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.0.8.2-post-fixes
parent
0540e25081
commit
e64f7abd6c
|
@ -54,15 +54,15 @@
|
||||||
; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
|
; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
|
||||||
|
|
||||||
[Modules]
|
[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
|
;; 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.
|
;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
|
||||||
|
|
||||||
;AssetCaching = "FlotsamAssetCache"
|
AssetCaching = "FlotsamAssetCache"
|
||||||
;Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
Include-FlotsamCache = "config-include/FlotsamCache.ini"
|
||||||
|
|
||||||
AssetCaching = "CenomeMemoryAssetCache"
|
;AssetCaching = "CenomeMemoryAssetCache"
|
||||||
Include-CenomeCache = "config-include/CenomeCache.ini"
|
;Include-CenomeCache = "config-include/CenomeCache.ini"
|
||||||
|
|
||||||
;AssetCaching = "GlynnTuckerAssetCache"
|
;AssetCaching = "GlynnTuckerAssetCache"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue