Fixed placement of optional configs for CenomeAssetCache. Thank you ImazeR.

0.6.6-post-fixes
diva 2009-06-04 18:36:02 +00:00
parent c6cef4bad5
commit 99f3382c9c
2 changed files with 18 additions and 15 deletions

View File

@ -4,9 +4,18 @@
;AssetCaching = "CenomeMemoryAssetCache" ;AssetCaching = "CenomeMemoryAssetCache"
[AssetCache] [AssetCache]
;; Optional configurations for CoreAssetCache
; Number of buckets for assets ; Number of buckets for assets
;CacheBuckets = 32768 ;CacheBuckets = 32768
;; Optional configurations for CenomeMemoryAssetCache
; Cache size 128 MB (default: 134217728)
; MaxSize = 134217728
; Maximal asset count
; MaxCount = 4096
; Asset's expiration time (minutes)
; ExpirationTime = 30
[AssetService] [AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
@ -17,10 +26,3 @@
; ;
AssetServerURI = "http://myassetserver.com:8003" AssetServerURI = "http://myassetserver.com:8003"
; Optional configurations for CenomeMemoryAssetCache
; Cache size 128 MB (default: 134217728)
; MaxSize = 134217728
; Maximal asset count
; MaxCount = 4096
; Asset's expiration time (minutes)
; ExpirationTime = 30

View File

@ -4,9 +4,18 @@
;AssetCaching = "CenomeMemoryAssetCache" ;AssetCaching = "CenomeMemoryAssetCache"
[AssetCache] [AssetCache]
;; Optional configurations for CoreAssetCache
; Number of buckets for assets ; Number of buckets for assets
;CacheBuckets = 16384 ;CacheBuckets = 16384
;; Optional configurations for CenomeMemoryAssetCache
; Cache size 128 MB (default: 134217728)
; MaxSize = 134217728
; Maximal asset count
; MaxCount = 4096
; Asset's expiration time (minutes)
; ExpirationTime = 30
[AssetService] [AssetService]
; ;
;### Choose the DB ;### Choose the DB
@ -20,11 +29,3 @@
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml" AssetLoaderArgs = "assets/AssetSets.xml"
; Optional configurations for CenomeMemoryAssetCache
; Cache size 128 MB (default: 134217728)
; MaxSize = 134217728
; Maximal asset count
; MaxCount = 4096
; Asset's expiration time (minutes)
; ExpirationTime = 30