mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 04:45:35 +08:00
15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
[AssetCache]
|
|
;;
|
|
;; Options for CenomeAssetCache
|
|
;;
|
|
|
|
; Max size of the cache in bytes
|
|
; 134217728 = 128 MB, 26843556 = 256 MB, etc (default: 134217728)
|
|
MaxSize = 134217728
|
|
|
|
; How many assets it is possible to store in the cache (default: 4096)
|
|
MaxCount = 4096
|
|
|
|
; Expiration time in minutes (default: 30)
|
|
ExpirationTime = 30
|