diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-11 01:20:22 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-08-11 01:20:44 +0300 |
commit | 2e66c406d1767f26f968452e9ca5f5c0afa513b2 (patch) | |
tree | 2e7f13b30ecf41addbf95967a78ae241c61a7d3c /indra | |
parent | 6544826193400bcabf788451b0a0fe87f564c22f (diff) |
SL-13626 Renamed PoolSizeAssetStorage to PoolSizeVAssetStorage
to reflect previous commit and use correct pool size
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index dfc3c7b89d..a00aa86d78 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -15161,7 +15161,7 @@ <key>Value</key> <real>1</real> </map> - <key>PoolSizeAssetStorage</key> + <key>PoolSizeVAssetStorage</key> <map> <key>Comment</key> <string>Coroutine Pool size for AssetStorage requests</string> |