diff options
author | UbitUmarov | 2016-12-30 02:20:52 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-30 02:20:52 +0000 |
commit | 1107d0ccb937f764f9521cbd10407343938e4609 (patch) | |
tree | 11aec0240d4617a9c00d0310fa7d30a66a405cb4 /bin | |
parent | Merge branch 'master' into httptests (diff) | |
parent | fix typos (diff) | |
download | opensim-SC-1107d0ccb937f764f9521cbd10407343938e4609.zip opensim-SC-1107d0ccb937f764f9521cbd10407343938e4609.tar.gz opensim-SC-1107d0ccb937f764f9521cbd10407343938e4609.tar.bz2 opensim-SC-1107d0ccb937f764f9521cbd10407343938e4609.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 6 |
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 | ||