diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-04-28 16:10:24 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-04-28 16:10:24 -0400 |
commit | 9dfb5614e640b3350d89500b7d7486e2065ed7e2 (patch) | |
tree | 26aa40c462e9705fa01c4248e90a02f0c01a6d34 /indra/newview/app_settings | |
parent | b7b8d6e1aedeac1dfdfcc9200024bbcc8e2dacae (diff) |
MAINT-7343 - moved asset downloads to use coprocedure pools, which should reduce the size of potential memory spikes
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index d2d629339d..f2ae685432 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -14723,6 +14723,15 @@ <key>Value</key> <real>1</real> </map> + <key>PoolSizeAssetStorage</key> + <map> + <key>Comment</key> + <string>Coroutine Pool size for AssetStorage requests</string> + <key>Type</key> + <string>U32</string> + <key>Value</key> + <real>12</real> + </map> <!-- Settings below are for back compatibility only. They are not used in current viewer anymore. But they can't be removed to avoid |