Align CenomeCache.ini.example values with CenomeCache defaults.
parent
c7cef650db
commit
39e878eb8f
|
@ -1,13 +1,14 @@
|
||||||
[AssetCache]
|
[AssetCache]
|
||||||
;;
|
;;
|
||||||
;; Options for CenmoeAssetCache
|
;; Options for CenomeAssetCache
|
||||||
;;
|
;;
|
||||||
|
|
||||||
; 256 MB (default: 134217728)
|
; Max size of the cache in bytes
|
||||||
MaxSize = 268435456
|
; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
|
||||||
|
MaxSize = 134217728
|
||||||
|
|
||||||
; How many assets it is possible to store cache (default: 4096)
|
; How many assets it is possible to store in the cache (default: 4096)
|
||||||
MaxCount = 16384
|
MaxCount = 4096
|
||||||
|
|
||||||
; Expiration time - 1 hour (default: 30 minutes)
|
; Expiration time in minutes (default: 30)
|
||||||
ExpirationTime = 60
|
ExpirationTime = 30
|
||||||
|
|
Loading…
Reference in New Issue