aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authordiva2009-05-27 16:11:23 +0000
committerdiva2009-05-27 16:11:23 +0000
commite0ef6974022c035f5fe256f9b9d4f2815ffa300f (patch)
tree13b1035c9fde53d1b780a740239da54aa4aed4ab /bin
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 'bin')
-rw-r--r--bin/config-include/GridCommon.ini.example5
-rw-r--r--bin/config-include/StandaloneCommon.ini.example5
2 files changed, 6 insertions, 4 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index de57c98..8a95776 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.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 = 32768 7 ;CacheBuckets = 32768
7 8
8[AssetService] 9[AssetService]
9 10
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 ;