aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include
diff options
context:
space:
mode:
authorUbitUmarov2016-12-30 02:14:16 +0000
committerUbitUmarov2016-12-30 02:14:16 +0000
commit2836f16ae13fa645aeb6e712a3c4f73771788098 (patch)
tree903eefbd1c23f0c05fd749cbe8a00e86db63bc3f /bin/config-include
parentServing robots.txt from bin Idea of solution for http://opensimulator.org/man... (diff)
downloadopensim-SC_OLD-2836f16ae13fa645aeb6e712a3c4f73771788098.zip
opensim-SC_OLD-2836f16ae13fa645aeb6e712a3c4f73771788098.tar.gz
opensim-SC_OLD-2836f16ae13fa645aeb6e712a3c4f73771788098.tar.bz2
opensim-SC_OLD-2836f16ae13fa645aeb6e712a3c4f73771788098.tar.xz
fix typos
Diffstat (limited to 'bin/config-include')
-rw-r--r--bin/config-include/FlotsamCache.ini.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index 2b5d37e..4f16943 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -53,7 +53,7 @@
53 ; to all cluster members when it is first attempted to fetch it. 53 ; to all cluster members when it is first attempted to fetch it.
54 ; This may theoretically occur with networked vendor systems and 54 ; This may theoretically occur with networked vendor systems and
55 ; would lead to an asset not found message. However, after the 55 ; would lead to an asset not found message. However, after the
56 ; expiration time has elapsed, the asset will the be fetchable. 56 ; expiration time has elapsed, the asset will then be fetchable.
57 ; 57 ;
58 ; The defaults below are suitable for all small to medium installations 58 ; The defaults below are suitable for all small to medium installations
59 ; including grids. 59 ; including grids.
@@ -69,13 +69,13 @@
69 ; this is good if memory is not a problem. 69 ; this is good if memory is not a problem.
70 ; if memory is a problem then a few seconds may actually save same. 70 ; if memory is a problem then a few seconds may actually save same.
71 ; see hit rates with console comand: fcache status 71 ; see hit rates with console comand: fcache status
72 MemoryCacheTimeout = .016 // one minute 72 MemoryCacheTimeout = .016 ; one minute
73 73
74 ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes 74 ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes
75 ; Specify 0 if you do not want your disk cache to expire 75 ; Specify 0 if you do not want your disk cache to expire
76 FileCacheTimeout = 48 76 FileCacheTimeout = 48
77 77
78 ; How often {in hours} should the disk be checked for expired filed 78 ; How often {in hours} should the disk be checked for expired files
79 ; Specify 0 to disable expiration checking 79 ; Specify 0 to disable expiration checking
80 FileCleanupTimer = 0.0 ; disabled 80 FileCleanupTimer = 0.0 ; disabled
81 81