aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorUbitUmarov2016-12-25 16:51:54 +0000
committerUbitUmarov2016-12-25 16:51:54 +0000
commitbf1f4d1384aa087af39b5099f3317f8609283232 (patch)
tree11189ec5aa344f1b639afa2bc790fdc791bbaf50 /bin/config-include
parentFloatSamCache: dont use slideexpire on current libovm expirecache. Change exa... (diff)
downloadopensim-SC_OLD-bf1f4d1384aa087af39b5099f3317f8609283232.zip
opensim-SC_OLD-bf1f4d1384aa087af39b5099f3317f8609283232.tar.gz
opensim-SC_OLD-bf1f4d1384aa087af39b5099f3317f8609283232.tar.bz2
opensim-SC_OLD-bf1f4d1384aa087af39b5099f3317f8609283232.tar.xz
fix typos (thanks you know who)
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/FlotsamCache.ini.example5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index 6666812..c0d7430 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -21,7 +21,7 @@
21 21
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 usefull 24 ; so even a small memory cache is useful
25 MemoryCacheEnabled = true 25 MemoryCacheEnabled = true
26 26
27 ; Set to false for no file cache 27 ; Set to false for no file cache
@@ -31,9 +31,8 @@
31 ; even a few minutes may mean many assets loaded to memory, if not all. 31 ; even a few minutes may mean many assets loaded to memory, if not all.
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 ; reducing duplications.
35 ; see hit rates with console comand: fcache status 34 ; see hit rates with console comand: fcache status
36 MemoryCacheTimeout = .001 // 3.6s ie around 4s (1s resolution) 35 MemoryCacheTimeout = .001 ; 3.6s ie around 4s (1s resolution)
37 36
38 ; 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
39 ; 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