aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/CenomeCache.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-11 00:35:31 +0100
committerJustin Clark-Casey (justincc)2011-06-11 00:35:31 +0100
commit39e878eb8f23cdae67b917d16f3dfc8709abcd9c (patch)
treee156c5dfa778a7248b7d49af5e6bd0658048e5b4 /bin/config-include/CenomeCache.ini.example
parentMake it clear that WaitOnInprogressTimeout is currently a dead setting in Flo... (diff)
downloadopensim-SC_OLD-39e878eb8f23cdae67b917d16f3dfc8709abcd9c.zip
opensim-SC_OLD-39e878eb8f23cdae67b917d16f3dfc8709abcd9c.tar.gz
opensim-SC_OLD-39e878eb8f23cdae67b917d16f3dfc8709abcd9c.tar.bz2
opensim-SC_OLD-39e878eb8f23cdae67b917d16f3dfc8709abcd9c.tar.xz
Align CenomeCache.ini.example values with CenomeCache defaults.
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