diff options
author | Justin Clark-Casey (justincc) | 2011-08-16 21:38:51 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-16 21:38:51 +0100 |
commit | 96ee87e39bf0310aa5648b04e1a5d47d5795daab (patch) | |
tree | 546d716aff0152532c8816e406182134b87f740d /bin | |
parent | minor: Add warning to OpenSim.ini.example about bullet plugins not working ri... (diff) | |
download | opensim-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')
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 1 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index 4e34059..c5598c0 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -122,6 +122,7 @@ | |||
122 | [Modules] | 122 | [Modules] |
123 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. | 123 | ;; Choose 0 or 1 cache modules, and the corresponding config file, if it exists. |
124 | ;; Copy the config .example file into your own .ini file and change configs there | 124 | ;; Copy the config .example file into your own .ini file and change configs there |
125 | ;; We recommend the use of the FlotsamAssetCache since this is most actively maintained. | ||
125 | 126 | ||
126 | AssetCaching = "FlotsamAssetCache" | 127 | AssetCaching = "FlotsamAssetCache" |
127 | Include-FlotsamCache = "config-include/FlotsamCache.ini" | 128 | Include-FlotsamCache = "config-include/FlotsamCache.ini" |
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" |