2009-05-25 01:59:50 +00:00
|
|
|
[Modules]
|
2009-05-27 16:11:23 +00:00
|
|
|
;AssetCaching = "CoreAssetCache"
|
2009-06-06 17:06:47 +00:00
|
|
|
;AssetCaching = "GlynnTuckerAssetCache"
|
2009-06-03 08:41:08 +00:00
|
|
|
;AssetCaching = "CenomeMemoryAssetCache"
|
2009-06-06 17:06:47 +00:00
|
|
|
AssetCaching = "FlotsamAssetCache"
|
|
|
|
|
2009-06-08 20:09:49 +00:00
|
|
|
[AssetCache]
|
|
|
|
; cache directory can be shared by multiple instances
|
|
|
|
CacheDirectory = /directory/writable/by/OpenSim/instance
|
|
|
|
|
|
|
|
; Log level
|
|
|
|
; 0 - (Error) Errors only
|
|
|
|
; 1 - (Info) Hit Rate Stats + Level 0
|
|
|
|
; 2 - (Debug) Cache Activity (Reads/Writes) + Level 1
|
2009-06-06 17:06:47 +00:00
|
|
|
;
|
2009-06-08 20:09:49 +00:00
|
|
|
LogLevel = 0
|
|
|
|
|
|
|
|
; How often should hit rates be displayed (given in AssetRequests)
|
|
|
|
; 0 to disable
|
|
|
|
HitRateDisplay = 100
|
|
|
|
|
|
|
|
; Set to false for disk cache only.
|
|
|
|
MemoryCacheEnabled = true
|
2009-06-06 17:06:47 +00:00
|
|
|
|
2009-06-08 20:09:49 +00:00
|
|
|
; How long {in hours} to keep assets cached in memory, .5 == 30 minutes
|
|
|
|
MemoryCacheTimeout = 2
|
2009-05-25 01:59:50 +00:00
|
|
|
|
2009-06-08 20:09:49 +00:00
|
|
|
; How long {in hours} to keep assets cached on disk, .5 == 30 minutes
|
|
|
|
; Specify 0 if you do not want your disk cache to expire
|
|
|
|
FileCacheTimeout = 0
|
|
|
|
|
|
|
|
; How often {in hours} should the disk be checked for expired filed
|
|
|
|
; Specify 0 to disable expiration checking
|
|
|
|
FileCleanupTimer = .166 ;roughly every 10 minutes
|
|
|
|
|
|
|
|
; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how
|
|
|
|
; long (in miliseconds) to block a request thread while trying to complete
|
|
|
|
; an existing write to disk.
|
|
|
|
; WaitOnInprogressTimeout = 3000
|
2009-06-04 18:36:02 +00:00
|
|
|
|
2009-05-25 01:59:50 +00:00
|
|
|
[AssetService]
|
|
|
|
|
|
|
|
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
|
|
|
AssetLoaderArgs = "assets/AssetSets.xml"
|
|
|
|
|
|
|
|
;
|
|
|
|
; change this to your grid-wide asset server
|
|
|
|
;
|
|
|
|
AssetServerURI = "http://myassetserver.com:8003"
|
|
|
|
|