diff options
author | onefang | 2021-09-16 14:25:42 +1000 |
---|---|---|
committer | onefang | 2021-09-16 14:25:42 +1000 |
commit | 3f36bc0033a4018eda973be54746d8dfaead14b2 (patch) | |
tree | d8a2159d6ea7f0c124243909ce35c6fa44177b1d /bin/config-include/GridCommon.ini.example | |
parent | Missed a clean up. (diff) | |
download | opensim-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 'bin/config-include/GridCommon.ini.example')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 669ba38..b453157 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -57,8 +57,8 @@ | |||
57 | ;; Copy the config .example file into your own .ini file and adapt that. | 57 | ;; Copy the config .example file into your own .ini file and adapt that. |
58 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | 58 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. |
59 | 59 | ||
60 | AssetCaching = "FlotsamAssetCache" | 60 | ; AssetCaching = "FlotsamAssetCache" |
61 | Include-FlotsamCache = "config-include/FlotsamCache.ini" | 61 | ; Include-FlotsamCache = "config-include/FlotsamCache.ini" |
62 | 62 | ||
63 | ;AssetCaching = "CenomeMemoryAssetCache" | 63 | ;AssetCaching = "CenomeMemoryAssetCache" |
64 | ;Include-CenomeCache = "config-include/CenomeCache.ini" | 64 | ;Include-CenomeCache = "config-include/CenomeCache.ini" |