aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-16 21:38:51 +0100
committerJustin Clark-Casey (justincc)2011-08-16 21:38:51 +0100
commit96ee87e39bf0310aa5648b04e1a5d47d5795daab (patch)
tree546d716aff0152532c8816e406182134b87f740d /bin/config-include/StandaloneCommon.ini.example
parentminor: Add warning to OpenSim.ini.example about bullet plugins not working ri... (diff)
downloadopensim-SC_OLD-96ee87e39bf0310aa5648b04e1a5d47d5795daab.zip
opensim-SC_OLD-96ee87e39bf0310aa5648b04e1a5d47d5795daab.tar.gz
opensim-SC_OLD-96ee87e39bf0310aa5648b04e1a5d47d5795daab.tar.bz2
opensim-SC_OLD-96ee87e39bf0310aa5648b04e1a5d47d5795daab.tar.xz
Change the default standalone asset cache to be the Flotsam asset cache (with memory caching not enabled).
This matches the GridCommon setting and is the best tested setting. It appears to work fine on standalone. Also, add information that the flotsam asset cache is the recommended cache, since it is most used and actively maintained.
Diffstat (limited to 'bin/config-include/StandaloneCommon.ini.example')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index babd116..431dce1 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -45,14 +45,15 @@
45[Modules] 45[Modules]
46 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. 46 ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists.
47 ;; Copy the config .example file into your own .ini file and change configs there 47 ;; Copy the config .example file into your own .ini file and change configs there
48 ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained.
48 49
49 ;AssetCaching = "GlynnTuckerAssetCache" 50 AssetCaching = "FlotsamAssetCache"
51 Include-FlotsamCache = "config-include/FlotsamCache.ini"
50 52
51 ;AssetCaching = "FlotsamAssetCache" 53 ;AssetCaching = "GlynnTuckerAssetCache"
52 ;Include-FlotsamCache = "config-include/FlotsamCache.ini"
53 54
54 AssetCaching = "CenomeMemoryAssetCache" 55 ; AssetCaching = "CenomeMemoryAssetCache"
55 Include-CenomeCache = "config-include/CenomeCache.ini" 56 ; Include-CenomeCache = "config-include/CenomeCache.ini"
56 57
57 ;; Authorization is not on by default, as it depends on external php 58 ;; Authorization is not on by default, as it depends on external php
58 ;AuthorizationServices = "LocalAuthorizationServicesConnector" 59 ;AuthorizationServices = "LocalAuthorizationServicesConnector"