mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +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:
@@ -60,7 +60,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
if (moduleConfig != null)
|
||||
{
|
||||
string name = moduleConfig.GetString("AssetCaching", "GlynnTuckerAssetCache");
|
||||
m_log.DebugFormat("[XXX] name = {0} (this module's name: {1}", name, Name);
|
||||
m_log.DebugFormat("[ASSET CACHE] name = {0} (this module's name: {1}). Sync? ", name, Name, m_Cache.IsSynchronized);
|
||||
|
||||
if (name == Name)
|
||||
{
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
[Modules]
|
||||
AssetCaching = "CoreAssetCache"
|
||||
;AssetCaching = "CoreAssetCache"
|
||||
AssetCaching = "GlynnTuckerAssetCache"
|
||||
|
||||
[AssetCache]
|
||||
; Number of buckets for assets
|
||||
CacheBuckets = 32768
|
||||
;CacheBuckets = 32768
|
||||
|
||||
[AssetService]
|
||||
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
[Modules]
|
||||
AssetCaching = "CoreAssetCache"
|
||||
;AssetCaching = "CoreAssetCache"
|
||||
AssetCaching = "GlynnTuckerAssetCache"
|
||||
|
||||
[AssetCache]
|
||||
; Number of buckets for assets
|
||||
CacheBuckets = 16384
|
||||
;CacheBuckets = 16384
|
||||
|
||||
[AssetService]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user