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

This commit is contained in:
Justin Clark-Casey (justincc)
2009-08-27 21:43:24 +01:00
parent 40fbdaaac4
commit 5bed0ba09b

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