aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/CenomeCache.ini.example
diff options
context:
space:
mode:
authorMelanie2011-06-20 03:08:56 +0200
committerMelanie2011-06-20 03:08:56 +0200
commitf4f55c4d6bdbe9a86b5343159916977b331fefe0 (patch)
tree08fb85f2aa0193bf8549e684b98501c2c52faa1a /bin/config-include/CenomeCache.ini.example
parentAdd some flags to control content in search better (diff)
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.zip
opensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.tar.gz
opensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.tar.bz2
opensim-SC-f4f55c4d6bdbe9a86b5343159916977b331fefe0.tar.xz
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'bin/config-include/CenomeCache.ini.example')
-rw-r--r--bin/config-include/CenomeCache.ini.example15
1 files changed, 8 insertions, 7 deletions
diff --git a/bin/config-include/CenomeCache.ini.example b/bin/config-include/CenomeCache.ini.example
index 8ef4e03..4340493 100644
--- a/bin/config-include/CenomeCache.ini.example
+++ b/bin/config-include/CenomeCache.ini.example
@@ -1,13 +1,14 @@
1[AssetCache] 1[AssetCache]
2 ;; 2 ;;
3 ;; Options for CenmoeAssetCache 3 ;; Options for CenomeAssetCache
4 ;; 4 ;;
5 5
6 ; 256 MB (default: 134217728) 6 ; Max size of the cache in bytes
7 MaxSize = 268435456 7 ; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
8 MaxSize = 134217728
8 9
9 ; How many assets it is possible to store cache (default: 4096) 10 ; How many assets it is possible to store in the cache (default: 4096)
10 MaxCount = 16384 11 MaxCount = 4096
11 12
12 ; Expiration time - 1 hour (default: 30 minutes) 13 ; Expiration time in minutes (default: 30)
13 ExpirationTime = 60 14 ExpirationTime = 30