aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/CenomeCache.ini.example
diff options
context:
space:
mode:
authorMelanie2011-06-11 12:08:02 +0100
committerMelanie2011-06-11 12:08:02 +0100
commita1c16a42002757f65d77b530571405bd740bf2f7 (patch)
tree6b86e3ddd09538f83c541a36d02f6668eeed8745 /bin/config-include/CenomeCache.ini.example
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentAdded a Sleep in between each site call, to slow the xml-rpc requests down. (diff)
downloadopensim-SC-a1c16a42002757f65d77b530571405bd740bf2f7.zip
opensim-SC-a1c16a42002757f65d77b530571405bd740bf2f7.tar.gz
opensim-SC-a1c16a42002757f65d77b530571405bd740bf2f7.tar.bz2
opensim-SC-a1c16a42002757f65d77b530571405bd740bf2f7.tar.xz
Merge branch 'master' 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