aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authoronefang2021-09-16 14:25:42 +1000
committeronefang2021-09-16 14:25:42 +1000
commit3f36bc0033a4018eda973be54746d8dfaead14b2 (patch)
treed8a2159d6ea7f0c124243909ce35c6fa44177b1d /bin/config-include/StandaloneCommon.ini.example
parentMissed a clean up. (diff)
downloadopensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.zip
opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.gz
opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.bz2
opensim-SC-3f36bc0033a4018eda973be54746d8dfaead14b2.tar.xz
Disable Flotsam cache.
Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste.
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index ad5284d..e1b4565 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -58,8 +58,8 @@
58 ;; Copy the config .example file into your own .ini file and alter that 58 ;; Copy the config .example file into your own .ini file and alter that
59 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 59 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
60 60
61 AssetCaching = "FlotsamAssetCache" 61; AssetCaching = "FlotsamAssetCache"
62 Include-FlotsamCache = "config-include/FlotsamCache.ini" 62; Include-FlotsamCache = "config-include/FlotsamCache.ini"
63 63
64 ;AssetCaching = "CenomeMemoryAssetCache" 64 ;AssetCaching = "CenomeMemoryAssetCache"
65 ;Include-CenomeCache = "config-include/CenomeCache.ini" 65 ;Include-CenomeCache = "config-include/CenomeCache.ini"