aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAi Austin2015-08-26 15:27:10 +0100
committerMelanie Thielker2015-08-26 16:33:32 +0200
commite64f7abd6c8ed341b61200cae2baad52a44ef67c (patch)
tree9b19f86efffa135cd7c958027269c7456a7a20ba
parentStill about Ai's patch: it turns out OpenSim doesn't work well without an ass... (diff)
downloadopensim-SC_OLD-e64f7abd6c8ed341b61200cae2baad52a44ef67c.zip
opensim-SC_OLD-e64f7abd6c8ed341b61200cae2baad52a44ef67c.tar.gz
opensim-SC_OLD-e64f7abd6c8ed341b61200cae2baad52a44ef67c.tar.bz2
opensim-SC_OLD-e64f7abd6c8ed341b61200cae2baad52a44ef67c.tar.xz
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.
-rw-r--r--bin/config-include/StandaloneCommon.ini.example10
1 files 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 @@
54 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 54 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"
55 55
56[Modules] 56[Modules]
57 ;; Optionally choose one cache module and the corresponding config file, if it exists. 57 ;; Choose one cache module and the corresponding config file, if it exists.
58 ;; Copy the config .example file into your own .ini file and alter that 58 ;; Copy the config .example file into your own .ini file and alter that
59 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. 59 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
60 60
61 ;AssetCaching = "FlotsamAssetCache" 61 AssetCaching = "FlotsamAssetCache"
62 ;Include-FlotsamCache = "config-include/FlotsamCache.ini" 62 Include-FlotsamCache = "config-include/FlotsamCache.ini"
63 63
64 AssetCaching = "CenomeMemoryAssetCache" 64 ;AssetCaching = "CenomeMemoryAssetCache"
65 Include-CenomeCache = "config-include/CenomeCache.ini" 65 ;Include-CenomeCache = "config-include/CenomeCache.ini"
66 66
67 ;AssetCaching = "GlynnTuckerAssetCache" 67 ;AssetCaching = "GlynnTuckerAssetCache"
68 68