aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie Thielker2009-07-29 17:21:36 +0000
committerMelanie Thielker2009-07-29 17:21:36 +0000
commitcbeebc209d47f9e2498cae8c25884282cb7f9aa2 (patch)
tree07a735c8f67e62b76c2bceba5eac9a435e71da13 /bin
parentPatch from Kai Ludwig: Fix prim drawing on maptile. (diff)
downloadopensim-SC_OLD-cbeebc209d47f9e2498cae8c25884282cb7f9aa2.zip
opensim-SC_OLD-cbeebc209d47f9e2498cae8c25884282cb7f9aa2.tar.gz
opensim-SC_OLD-cbeebc209d47f9e2498cae8c25884282cb7f9aa2.tar.bz2
opensim-SC_OLD-cbeebc209d47f9e2498cae8c25884282cb7f9aa2.tar.xz
Thank you, coyled, for a patch to change Flotsamcache path generation
to avoid directory overflow.
Diffstat (limited to 'bin')
-rw-r--r--bin/config-include/FlotsamCache.ini.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example
index e49b804..feb3897 100644
--- a/bin/config-include/FlotsamCache.ini.example
+++ b/bin/config-include/FlotsamCache.ini.example
@@ -37,3 +37,14 @@
37 ; long (in miliseconds) to block a request thread while trying to complete 37 ; long (in miliseconds) to block a request thread while trying to complete
38 ; an existing write to disk. 38 ; an existing write to disk.
39 ; WaitOnInprogressTimeout = 3000 39 ; WaitOnInprogressTimeout = 3000
40
41 ; Number of tiers to use for cache directories (current valid
42 ; range 1 to 3)
43 ;CacheDirectoryTiers = 1
44
45 ; Number of letters per path tier, 1 will create 16 directories
46 ; per tier, 2 - 256, 3 - 4096 and 4 - 65K
47 ;CacheDirectoryTierLength = 3
48
49 ; Warning level for cache directory size
50 ;CacheWarnAt = 30000