fix typos (thanks you know who)
parent
293b65ac82
commit
bf1f4d1384
|
@ -21,7 +21,7 @@
|
|||
|
||||
; Set to false for no memory cache
|
||||
; assets can be requested several times in short periods
|
||||
; so even a small memory cache is usefull
|
||||
; so even a small memory cache is useful
|
||||
MemoryCacheEnabled = true
|
||||
|
||||
; Set to false for no file cache
|
||||
|
@ -31,9 +31,8 @@
|
|||
; even a few minutes may mean many assets loaded to memory, if not all.
|
||||
; this is good if memory is not a problem.
|
||||
; if memory is a problem then a few seconds may actually save same.
|
||||
; reducing duplications.
|
||||
; see hit rates with console comand: fcache status
|
||||
MemoryCacheTimeout = .001 // 3.6s ie around 4s (1s resolution)
|
||||
MemoryCacheTimeout = .001 ; 3.6s ie around 4s (1s resolution)
|
||||
|
||||
; How long {in hours} to keep assets cached on disk, .5 == 30 minutes
|
||||
; Specify 0 if you do not want your disk cache to expire
|
||||
|
|
Loading…
Reference in New Issue