fix typos (thanks you know who)
parent
1b95ada105
commit
52e7fc31f7
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
; Set to false for no memory cache
|
; Set to false for no memory cache
|
||||||
; assets can be requested several times in short periods
|
; 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
|
MemoryCacheEnabled = true
|
||||||
|
|
||||||
; Set to false for no file cache
|
; 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.
|
; even a few minutes may mean many assets loaded to memory, if not all.
|
||||||
; this is good if memory is not a problem.
|
; this is good if memory is not a problem.
|
||||||
; if memory is a problem then a few seconds may actually save same.
|
; if memory is a problem then a few seconds may actually save same.
|
||||||
; reducing duplications.
|
|
||||||
; see hit rates with console comand: fcache status
|
; 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
|
; 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
|
; Specify 0 if you do not want your disk cache to expire
|
||||||
|
|
Loading…
Reference in New Issue