From a818c44ef21cf6b4e4eeab0ee0325a780898fccc Mon Sep 17 00:00:00 2001 From: Callum Prentice <callum@gmail.com> Date: Wed, 7 Oct 2020 18:16:30 -0700 Subject: [PATCH] Tweak name of cache folder in the Viewer cache directory --- indra/newview/app_settings/settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index 2e65aef9a2b..357ba4bc775 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -1382,7 +1382,7 @@ <key>Type</key> <string>String</string> <key>Value</key> - <string>dcache</string> + <string>cache</string> </map> <key>CacheLocation</key> <map> -- GitLab