summaryrefslogtreecommitdiff
path: root/indra/newview/app_settings
diff options
context:
space:
mode:
authorCallum Prentice <callum@gmail.com>2020-10-27 13:53:17 -0700
committerCallum Prentice <callum@gmail.com>2020-10-27 13:53:17 -0700
commit391ada1150a861e899dcde8558e9efd4c5efc981 (patch)
tree78e958a9f7e389f9c375bd4fbaf6456eba4973d7 /indra/newview/app_settings
parent581cb0a0e9c3191295e8ff5bfa836b40fd85f0b8 (diff)
Fix for meta issue: SL-14211 Determine optimum cache size for VFS replacement cache
Diffstat (limited to 'indra/newview/app_settings')
-rw-r--r--indra/newview/app_settings/settings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index fc1437148a..142a3098ec 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -1362,16 +1362,16 @@
<key>Value</key>
<integer>0</integer>
</map>
- <key>DiskCacheMaxSizeMB</key>
+ <key>DiskCachePercentOfTotal</key>
<map>
<key>Comment</key>
- <string>The maximum number of MB to use for the new disk cache</string>
+ <string>The percent of total cache size (defined by CacheSize) to use for the disk cache</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
- <string>U32</string>
+ <string>F32</string>
<key>Value</key>
- <integer>50</integer>
+ <integer>20.0</integer>
</map>
<key>DiskCacheDirName</key>
<map>