diff options
| author | Callum Prentice <callum@gmail.com> | 2020-10-07 15:25:12 -0700 |
|---|---|---|
| committer | Callum Prentice <callum@gmail.com> | 2020-10-07 15:25:12 -0700 |
| commit | 08dfc0836fb12855d0c07d811e2909400d5b74f3 (patch) | |
| tree | 383c203f7084086ae5e3804cd126dc32c4048516 /indra/newview/app_settings | |
| parent | a0ea119623b8bda445f86afdb0ea7b5833c8e171 (diff) | |
This changeset hooks up many things that have been in progress and moves things about between llfilesystem and lldiskcache - there is still some bookkeeping work left but this is the first version that appears to work and actively manage the cache
Diffstat (limited to 'indra/newview/app_settings')
| -rw-r--r-- | indra/newview/app_settings/settings.xml | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 0123bc32af..2e65aef9a2 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1351,10 +1351,10 @@ <key>Value</key> <integer>23</integer> </map> - <key>CacheDebugInfo</key> + <key>EnableCacheDebugInfo</key> <map> <key>Comment</key> - <string>When enabled, display additional cache debugging information</string> + <string>When set, display additional cache debugging information</string> <key>Persist</key> <integer>1</integer> <key>Type</key> @@ -1362,6 +1362,28 @@ <key>Value</key> <integer>0</integer> </map> + <key>DiskCacheMaxSizeMB</key> + <map> + <key>Comment</key> + <string>The maximum number of MB to use for the new disk cache</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>U32</string> + <key>Value</key> + <integer>10</integer> + </map> + <key>DiskCacheDirName</key> + <map> + <key>Comment</key> + <string>The name of the disk cache (within the standard Viewer disk cache directory)</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>String</string> + <key>Value</key> + <string>dcache</string> + </map> <key>CacheLocation</key> <map> <key>Comment</key> |
