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/StandaloneCommon.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/config-include/StandaloneCommon.ini') diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini index 8da7784..267062f 100644 --- a/bin/config-include/StandaloneCommon.ini +++ b/bin/config-include/StandaloneCommon.ini @@ -61,8 +61,8 @@ ;; Copy the config .example file into your own .ini file and alter 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