aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StandaloneCommon.ini.example
diff options
context:
space:
mode:
authordiva2009-05-27 16:11:23 +0000
committerdiva2009-05-27 16:11:23 +0000
commite0ef6974022c035f5fe256f9b9d4f2815ffa300f (patch)
tree13b1035c9fde53d1b780a740239da54aa4aed4ab /bin/config-include/StandaloneCommon.ini.example
parentUpdate svn properties. (diff)
downloadopensim-SC_OLD-e0ef6974022c035f5fe256f9b9d4f2815ffa300f.zip
opensim-SC_OLD-e0ef6974022c035f5fe256f9b9d4f2815ffa300f.tar.gz
opensim-SC_OLD-e0ef6974022c035f5fe256f9b9d4f2815ffa300f.tar.bz2
opensim-SC_OLD-e0ef6974022c035f5fe256f9b9d4f2815ffa300f.tar.xz
Adding the GlynnTucker cache module as the default choice in .ini's.
Minor log message change in the module itself.
Diffstat (limited to '')
-rw-r--r--bin/config-include/StandaloneCommon.ini.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 001b3a0..d607092 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -1,9 +1,10 @@
1[Modules] 1[Modules]
2 AssetCaching = "CoreAssetCache" 2 ;AssetCaching = "CoreAssetCache"
3 AssetCaching = "GlynnTuckerAssetCache"
3 4
4[AssetCache] 5[AssetCache]
5 ; Number of buckets for assets 6 ; Number of buckets for assets
6 CacheBuckets = 16384 7 ;CacheBuckets = 16384
7 8
8[AssetService] 9[AssetService]
9 ; 10 ;