mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Align CenomeCache.ini.example values with CenomeCache defaults.
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
[AssetCache]
|
||||
;;
|
||||
;; Options for CenmoeAssetCache
|
||||
;; Options for CenomeAssetCache
|
||||
;;
|
||||
|
||||
; 256 MB (default: 134217728)
|
||||
MaxSize = 268435456
|
||||
; 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 cache (default: 4096)
|
||||
MaxCount = 16384
|
||||
; How many assets it is possible to store in the cache (default: 4096)
|
||||
MaxCount = 4096
|
||||
|
||||
; Expiration time - 1 hour (default: 30 minutes)
|
||||
ExpirationTime = 60
|
||||
; Expiration time in minutes (default: 30)
|
||||
ExpirationTime = 30
|
||||
|
||||
Reference in New Issue
Block a user