diff options
Diffstat (limited to 'bin/config-include')
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index c0d7430..917ea46 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -22,7 +22,7 @@ | |||
22 | ; Set to false for no memory cache | 22 | ; Set to false for no memory cache |
23 | ; assets can be requested several times in short periods | 23 | ; assets can be requested several times in short periods |
24 | ; so even a small memory cache is useful | 24 | ; so even a small memory cache is useful |
25 | MemoryCacheEnabled = true | 25 | MemoryCacheEnabled = false |
26 | 26 | ||
27 | ; Set to false for no file cache | 27 | ; Set to false for no file cache |
28 | FileCacheEnabled = true | 28 | FileCacheEnabled = true |
@@ -32,7 +32,7 @@ | |||
32 | ; this is good if memory is not a problem. | 32 | ; this is good if memory is not a problem. |
33 | ; if memory is a problem then a few seconds may actually save same. | 33 | ; if memory is a problem then a few seconds may actually save same. |
34 | ; see hit rates with console comand: fcache status | 34 | ; see hit rates with console comand: fcache status |
35 | MemoryCacheTimeout = .001 ; 3.6s ie around 4s (1s resolution) | 35 | MemoryCacheTimeout = .016 // one minute |
36 | 36 | ||
37 | ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes | 37 | ; How long {in hours} to keep assets cached on disk, .5 == 30 minutes |
38 | ; Specify 0 if you do not want your disk cache to expire | 38 | ; Specify 0 if you do not want your disk cache to expire |