aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorDahlia Trimble2009-06-03 02:03:11 +0000
committerDahlia Trimble2009-06-03 02:03:11 +0000
commit528db433264053d2a0fca095aaa25db48c816eac (patch)
tree84b777bb23c1e0742dbcd072e58cc5a0a6b5d803 /bin/config-include
parentadd body to an empty getter/setter (diff)
downloadopensim-SC_OLD-528db433264053d2a0fca095aaa25db48c816eac.zip
opensim-SC_OLD-528db433264053d2a0fca095aaa25db48c816eac.tar.gz
opensim-SC_OLD-528db433264053d2a0fca095aaa25db48c816eac.tar.bz2
opensim-SC_OLD-528db433264053d2a0fca095aaa25db48c816eac.tar.xz
revert r9765 due to too many errors on some compilers. Affects Mantis #3759
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/GridCommon.ini.example9
-rw-r--r--bin/config-include/StandaloneCommon.ini.example8
2 files changed, 0 insertions, 17 deletions
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example
index d0f63c8..8a95776 100644
--- a/bin/config-include/GridCommon.ini.example
+++ b/bin/config-include/GridCommon.ini.example
@@ -1,7 +1,6 @@
1[Modules] 1[Modules]
2 ;AssetCaching = "CoreAssetCache" 2 ;AssetCaching = "CoreAssetCache"
3 AssetCaching = "GlynnTuckerAssetCache" 3 AssetCaching = "GlynnTuckerAssetCache"
4 ;AssetCaching = "CenomeMemoryAssetCache"
5 4
6[AssetCache] 5[AssetCache]
7 ; Number of buckets for assets 6 ; Number of buckets for assets
@@ -17,11 +16,3 @@
17 ; 16 ;
18 AssetServerURI = "http://myassetserver.com:8003" 17 AssetServerURI = "http://myassetserver.com:8003"
19 18
20
21 ; Optional configurations for CenomeMemoryAssetCache
22 ; Cache size 128 MB (default: 134217728)
23 ; MaxSize = 134217728
24 ; Maximal asset count
25 ; MaxCount = 4096
26 ; Asset's expiration time (minutes)
27 ; ExpirationTime = 30
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index d772256..d607092 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -1,7 +1,6 @@
1[Modules] 1[Modules]
2 ;AssetCaching = "CoreAssetCache" 2 ;AssetCaching = "CoreAssetCache"
3 AssetCaching = "GlynnTuckerAssetCache" 3 AssetCaching = "GlynnTuckerAssetCache"
4 ;AssetCaching = "CenomeMemoryAssetCache"
5 4
6[AssetCache] 5[AssetCache]
7 ; Number of buckets for assets 6 ; Number of buckets for assets
@@ -21,10 +20,3 @@
21 AssetLoaderArgs = "assets/AssetSets.xml" 20 AssetLoaderArgs = "assets/AssetSets.xml"
22 21
23 22
24 ; Optional configurations for CenomeMemoryAssetCache
25 ; Cache size 128 MB (default: 134217728)
26 ; MaxSize = 134217728
27 ; Maximal asset count
28 ; MaxCount = 4096
29 ; Asset's expiration time (minutes)
30 ; ExpirationTime = 30 \ No newline at end of file