diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-18 16:00:25 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-18 16:23:59 +0300 |
commit | 58ba75f6dd4c7c5c93ea9f14cef7f2194aa00e08 (patch) | |
tree | ead8ebdd520623c8a5e34c1a1c26890db269fb4a /indra/newview | |
parent | fa0cc7b6d2700b888310d7723114415f7db4f194 (diff) |
SL-13783 Workaround for enqueueCoprocedure() crash #2
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewerassetstorage.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerassetstorage.cpp b/indra/newview/llviewerassetstorage.cpp index cacdee7e83..54f80a2995 100644 --- a/indra/newview/llviewerassetstorage.cpp +++ b/indra/newview/llviewerassetstorage.cpp @@ -49,6 +49,7 @@ /// LLViewerAssetRequest ///---------------------------------------------------------------------------- + // There is also PoolSizeVAssetStorage value in setting that should mirror this name static const std::string VIEWER_ASSET_STORAGE_CORO_POOL = "VAssetStorage"; /** |