aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/FlotsamCache.ini.example
diff options
context:
space:
mode:
authorUbitUmarov2016-12-29 03:10:10 +0000
committerUbitUmarov2016-12-29 03:10:10 +0000
commit1ffcc5981803bd2adb8178daa0e34c353a2ca824 (patch)
tree5c1f40cc19246d2ce64b72355ba74d7a2c46a4d5 /bin/config-include/FlotsamCache.ini.example
parentreinforce gc.collect on region load to also do pending finalizers (diff)
downloadopensim-SC-1ffcc5981803bd2adb8178daa0e34c353a2ca824.zip
opensim-SC-1ffcc5981803bd2adb8178daa0e34c353a2ca824.tar.gz
opensim-SC-1ffcc5981803bd2adb8178daa0e34c353a2ca824.tar.bz2
opensim-SC-1ffcc5981803bd2adb8178daa0e34c353a2ca824.tar.xz
gc is also a unwanted cache, so use it. With this, memcache with short expires is no longer needed
Diffstat (limited to 'bin/config-include/FlotsamCache.ini.example')
-rw-r--r--bin/config-include/FlotsamCache.ini.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index c0d7430..917ea46 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -22,7 +22,7 @@
22 ; Set to false for no memory cache 22 ; Set to false for no memory cache
23 ; assets can be requested several times in short periods 23 ; assets can be requested several times in short periods
24 ; so even a small memory cache is useful 24 ; so even a small memory cache is useful
25 MemoryCacheEnabled = true 25 MemoryCacheEnabled = false
26 26
27 ; Set to false for no file cache 27 ; Set to false for no file cache
28 FileCacheEnabled = true 28 FileCacheEnabled = true
@@ -32,7 +32,7 @@
32 ; this is good if memory is not a problem. 32 ; this is good if memory is not a problem.
33 ; if memory is a problem then a few seconds may actually save same. 33 ; if memory is a problem then a few seconds may actually save same.
34 ; see hit rates with console comand: fcache status 34 ; see hit rates with console comand: fcache status
35 MemoryCacheTimeout = .001 ; 3.6s ie around 4s (1s resolution) 35 MemoryCacheTimeout = .016 // one minute
36 36
37 ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes 37 ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes
38 ; Specify 0 if you do not want your disk cache to expire 38 ; Specify 0 if you do not want your disk cache to expire