Flipping memory cache to false (default) in Flotsam cache, because of a bug in libomv.
parent
1874c635ea
commit
89219ab35a
|
@ -20,7 +20,7 @@
|
||||||
HitRateDisplay = 100
|
HitRateDisplay = 100
|
||||||
|
|
||||||
; Set to false for disk cache only.
|
; Set to false for disk cache only.
|
||||||
MemoryCacheEnabled = true
|
MemoryCacheEnabled = false
|
||||||
|
|
||||||
; How long {in hours} to keep assets cached in memory, .5 == 30 minutes
|
; How long {in hours} to keep assets cached in memory, .5 == 30 minutes
|
||||||
MemoryCacheTimeout = 2
|
MemoryCacheTimeout = 2
|
||||||
|
|
Loading…
Reference in New Issue