aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/StableSettings.ini
diff options
context:
space:
mode:
authordiva2009-06-06 17:06:47 +0000
committerdiva2009-06-06 17:06:47 +0000
commitdb9d3d3a90939b8b5d803271ca9e8040f49ea64e (patch)
tree29612d72d7de83d0ea3933df8527abd1d486d26c /bin/config-include/StableSettings.ini
parentCorrect an error where the config file name was always considered to be a (diff)
downloadopensim-SC_OLD-db9d3d3a90939b8b5d803271ca9e8040f49ea64e.zip
opensim-SC_OLD-db9d3d3a90939b8b5d803271ca9e8040f49ea64e.tar.gz
opensim-SC_OLD-db9d3d3a90939b8b5d803271ca9e8040f49ea64e.tar.bz2
opensim-SC_OLD-db9d3d3a90939b8b5d803271ca9e8040f49ea64e.tar.xz
Added Flotsam's cache config vars to configuration. Made it the default in grided sims. Made Cenome cache the default in standalone sims. More splitting in ini files, invisible to the user.
Diffstat (limited to 'bin/config-include/StableSettings.ini')
-rw-r--r--bin/config-include/StableSettings.ini28
1 files changed, 28 insertions, 0 deletions
diff --git a/bin/config-include/StableSettings.ini b/bin/config-include/StableSettings.ini
new file mode 100644
index 0000000..5e3cbbc
--- /dev/null
+++ b/bin/config-include/StableSettings.ini
@@ -0,0 +1,28 @@
1[AssetCache]
2 ;; ---- Optional configurations for CoreAssetCache
3 ; Number of buckets for assets
4 ;CacheBuckets = 32768
5 ;; ---- endof CoreAssetCache ----------------
6
7 ;; ---- Optional configurations for CenomeMemoryAssetCache
8 ; Cache size 128 MB (default: 134217728)
9 ; MaxSize = 134217728
10 ; Maximal asset count
11 ; MaxCount = 4096
12 ; Asset's expiration time (minutes)
13 ; ExpirationTime = 30
14 ;; ---- endof CenomeMemoryAssetCache --------
15
16 ;; ---- Optional configurations for FlotsamAssetCache
17
18 ; Set to false for disk cache only.
19 MemoryCacheEnabled = true
20
21 ; How long {in hours} to keep assets cached in memory, .5 == 30 minutes
22 MemoryCacheTimeout = 2
23
24 ; How often {in hours} should the disk be checked for expired filed
25 ; Specify 0 to disable expiration checking
26 FileCleanupTimer = .166 ;roughly every 10 minutes
27
28 ;; ---- endof FlotsamAssetCache --------