mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
[AssetCache]
|
|
;;
|
|
;; Options for CenmoeAssetCache
|
|
;;
|
|
|
|
; 256 MB (default: 134217728)
|
|
MaxSize = 268435456
|
|
|
|
; How many assets it is possible to store cache (default: 4096)
|
|
MaxCount = 16384
|
|
|
|
; Expiration time - 1 hour (default: 30 minutes)
|
|
ExpirationTime = 60
|