Removing the default reading of AssetCaching on all cache modules.

0.6.6-post-fixes
diva 2009-06-10 16:48:26 +00:00
parent a3f36f1954
commit 6242b01ac8
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)