From e64f7abd6c8ed341b61200cae2baad52a44ef67c Mon Sep 17 00:00:00 2001 From: Ai Austin Date: Wed, 26 Aug 2015 15:27:10 +0100 Subject: Restore FlotsamAssetCache as default and pre-enabled asset cache module Keep FlotsamAssetCache as default and pre-enabled asset cache module in StandaloneCommon.ini./example to have common behaviour between grids and standalones. Asset cache is needed to better support temporary assets and texture drawing functions. --- bin/config-include/StandaloneCommon.ini.example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index a60f9c0..179be94 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example @@ -54,15 +54,15 @@ ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" [Modules] - ;; Optionally choose one cache module and the corresponding config file, if it exists. + ;; Choose one cache module and the corresponding config file, if it exists. ;; 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" + ;AssetCaching = "CenomeMemoryAssetCache" + ;Include-CenomeCache = "config-include/CenomeCache.ini" ;AssetCaching = "GlynnTuckerAssetCache" -- cgit v1.1