diff options
author | UbitUmarov | 2016-11-30 07:52:50 +0000 |
---|---|---|
committer | UbitUmarov | 2016-11-30 07:52:50 +0000 |
commit | e19eb65c18445f5e915b34d3a2cab883405eb661 (patch) | |
tree | 8f56b3c5a2269ad8055055fee2919eef2407fe9d /bin/config-include/FlotsamCache.ini.example | |
parent | slow down automatic floatsamAssetCache CleanupExpiredFiles LOT to reduce impa... (diff) | |
download | opensim-SC-e19eb65c18445f5e915b34d3a2cab883405eb661.zip opensim-SC-e19eb65c18445f5e915b34d3a2cab883405eb661.tar.gz opensim-SC-e19eb65c18445f5e915b34d3a2cab883405eb661.tar.bz2 opensim-SC-e19eb65c18445f5e915b34d3a2cab883405eb661.tar.xz |
disable floatSam FileCleanupTimer option on ini.example since it is currently a broken resources expensive option. Users should do it by hand when its impact on region is acceptable
Diffstat (limited to 'bin/config-include/FlotsamCache.ini.example')
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index ad74fc1..0136a81 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | ; How often {in hours} should the disk be checked for expired filed | 37 | ; How often {in hours} should the disk be checked for expired filed |
38 | ; Specify 0 to disable expiration checking | 38 | ; Specify 0 to disable expiration checking |
39 | FileCleanupTimer = 1.0 ;every hour | 39 | FileCleanupTimer = 0 ;every hour |
40 | 40 | ||
41 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how | 41 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how |
42 | ; long (in miliseconds) to block a request thread while trying to complete | 42 | ; long (in miliseconds) to block a request thread while trying to complete |