summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_preferences_setup.xml
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-05-06 15:15:17 -0400
committerLogan Dethrow <log@lindenlab.com>2011-05-06 15:15:17 -0400
commit5c7a906b44aa950ec3c8b786fec6516b51f9d66c (patch)
tree2e6746ab6493f457439e8cf5a903397ef0fb7daa /indra/newview/skins/default/xui/en/panel_preferences_setup.xml
parentb8069d1c250c03e9fffda0a9264bfd04a12f8292 (diff)
Increased the viewer cache size limit to 10GB. Increased the default to 1GB.
* Changed the hard coded cache limit in llappviewer.cpp to 10GB as well as the slider maximum in the preferences menu. * The VFS cache is capped at 1GB due to file system limitations. The former 80/20 split between texture/vfs is maintained up to 5GB. Above this limit the texture cache is given all the additional cache space up to 10GB. * Fixed a log message in lltexturecache.cpp that was not showing the correct texture size. ER-883 * Fixed a bug in llfloaterpreference.cpp that caused new cache value to be written to the old cache setting. This resulted in the the cache not being cleared when the location was set back to the default. ER-882 * Disabled the "The cache will be cleared on reboot" message that is triggered by the reset button in the cache preferences in the case where the cache is already located in the default location. The cache is only cleared when its location is changed. This is intended to address resident confusion regarding the purpose of the reset button, as demonstrated in VWR-19562.
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_preferences_setup.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_preferences_setup.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_preferences_setup.xml b/indra/newview/skins/default/xui/en/panel_preferences_setup.xml
index 901a1257e0..bdc21960cd 100644
--- a/indra/newview/skins/default/xui/en/panel_preferences_setup.xml
+++ b/indra/newview/skins/default/xui/en/panel_preferences_setup.xml
@@ -113,10 +113,10 @@
follows="left|top"
height="15"
increment="16"
- initial_value="512"
+ initial_value="1024"
layout="topleft"
left_delta="150"
- max_val="1024"
+ max_val="10240"
min_val="32"
name="cache_size"
top_delta="-2"