OpenSimMirror/bin/config-include/CenomeCache.ini.example

15 lines
363 B
Plaintext
Raw Normal View History

2009-06-14 21:37:50 +00:00
[AssetCache]
;;
;; Options for CenomeAssetCache
2009-06-14 21:37:50 +00:00
;;
2010-10-04 21:10:07 +00:00
; Max size of the cache in bytes
; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
MaxSize = 134217728
2010-10-04 21:10:07 +00:00
; How many assets it is possible to store in the cache (default: 4096)
MaxCount = 4096
2010-10-04 21:10:07 +00:00
; Expiration time in minutes (default: 30)
ExpirationTime = 30