diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2022-06-01 13:43:00 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2022-06-22 13:28:26 -0700 |
commit | 9511040af547e9d50a0dc7d34837f6439a7c1106 (patch) | |
tree | f521db5c6c2353117af69b6221fbcb85478bd857 | |
parent | 0d250e632c7816ada792b2ec8a63a3b0267daf8d (diff) |
SL-17329: Increase percent of CacheSize allocated to the disk cache from 20% to 40%
-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 dbc2131ce8..362d6b9670 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1371,7 +1371,7 @@ <key>Type</key> <string>F32</string> <key>Value</key> - <real>20.0</real> + <real>40.0</real> </map> <key>DiskCacheDirName</key> <map> |