diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-07-13 19:17:07 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2017-07-13 19:17:07 +0300 |
commit | 31ff6baf68f62997f608938535fe3192ab4ff270 (patch) | |
tree | 55b2143721fa0220b70da38d2389f8685194773b /indra/newview/app_settings | |
parent | ab26a700474aa5480d678da67543c9d0f31bb52a (diff) |
MAINT-7326 Increased default texture and vfs cache size
Diffstat (limited to 'indra/newview/app_settings')
-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 2987f84319..0303581d62 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1393,7 +1393,7 @@ <key>Type</key> <string>U32</string> <key>Value</key> - <integer>512</integer> + <integer>1024</integer> </map> <key>CacheValidateCounter</key> <map> |