FIRE-30731: Make use of LL's ugly SOC-violating workaround for out-of-the-blue fix for ExpCache coroutine pool creation crash - presumably...

master
Ansariel 2021-02-01 22:37:41 +01:00
parent 3361ea4173
commit fe1ecfe7cc
1 changed files with 1 additions and 0 deletions

View File

@ -196,6 +196,7 @@ void LLCoprocedureManager::setPropertyMethods(SettingQuery_t queryfn, SettingUpd
// workaround until we get mutex into initializePool
initializePool("VAssetStorage");
initializePool("Upload");
initializePool("ExpCache"); // <FS:Ansariel> FIRE-30731: ExpCache coroutine pool crash
}
//-------------------------------------------------------------------------