mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Adding the GlynnTucker cache module as the default choice in .ini's.
Minor log message change in the module itself.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[Modules]
|
||||
AssetCaching = "CoreAssetCache"
|
||||
;AssetCaching = "CoreAssetCache"
|
||||
AssetCaching = "GlynnTuckerAssetCache"
|
||||
|
||||
[AssetCache]
|
||||
; Number of buckets for assets
|
||||
CacheBuckets = 32768
|
||||
;CacheBuckets = 32768
|
||||
|
||||
[AssetService]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user