From 3f36bc0033a4018eda973be54746d8dfaead14b2 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 16 Sep 2021 14:25:42 +1000 Subject: 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. --- bin/config-include/GridCommon.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/config-include/GridCommon.ini.example') 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 @@ ;; Copy the config .example file into your own .ini file and adapt that. ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. - AssetCaching = "FlotsamAssetCache" - Include-FlotsamCache = "config-include/FlotsamCache.ini" +; AssetCaching = "FlotsamAssetCache" +; Include-FlotsamCache = "config-include/FlotsamCache.ini" ;AssetCaching = "CenomeMemoryAssetCache" ;Include-CenomeCache = "config-include/CenomeCache.ini" -- cgit v1.1