mirror of
https://github.com/opensim/opensim.git
synced 2026-08-03 07:26:16 +08:00
Removing the default reading of AssetCaching on all cache modules.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
if (moduleConfig != null)
|
||||
{
|
||||
string name = moduleConfig.GetString("AssetCaching", "CoreAssetCache");
|
||||
string name = moduleConfig.GetString("AssetCaching");
|
||||
m_log.DebugFormat("[XXX] name = {0} (this module's name: {1}", name, Name);
|
||||
|
||||
if (name == Name)
|
||||
|
||||
@@ -62,7 +62,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
if (moduleConfig != null)
|
||||
{
|
||||
string name = moduleConfig.GetString("AssetCaching", "GlynnTuckerAssetCache");
|
||||
string name = moduleConfig.GetString("AssetCaching");
|
||||
m_log.DebugFormat("[ASSET CACHE] name = {0} (this module's name: {1}). Sync? ", name, Name, m_Cache.IsSynchronized);
|
||||
|
||||
if (name == Name)
|
||||
|
||||
Reference in New Issue
Block a user