aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
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