Add optimization comment suggestions for FlotsamCache MemoryCacheTimeout as suggested by Whitestar. Thanks!

remotes/origin/0.6.7-post-fixes
Justin Clark-Casey (justincc) 2009-08-27 21:43:24 +01:00
parent 40fbdaaac4
commit 5bed0ba09b
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
MemoryCacheEnabled = false
; How long {in hours} to keep assets cached in memory, .5 == 30 minutes
; Optimization: for VPS or limited memory system installs set Timeout to .016 (1 minute)
; increases performance without large memory impact
MemoryCacheTimeout = 2
; How long {in hours} to keep assets cached on disk, .5 == 30 minutes