diff --git a/indra/llmessage/llcoproceduremanager.cpp b/indra/llmessage/llcoproceduremanager.cpp index f3f87d15f6..25c1c015f8 100644 --- a/indra/llmessage/llcoproceduremanager.cpp +++ b/indra/llmessage/llcoproceduremanager.cpp @@ -196,6 +196,7 @@ void LLCoprocedureManager::setPropertyMethods(SettingQuery_t queryfn, SettingUpd // workaround until we get mutex into initializePool initializePool("VAssetStorage"); initializePool("Upload"); + initializePool("ExpCache"); // FIRE-30731: ExpCache coroutine pool crash } //-------------------------------------------------------------------------