mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
log actual cache directory for FlotsamAssetCache instead of always logging the default
This commit is contained in:
@@ -147,7 +147,7 @@ namespace Flotsam.RegionModules.AssetCache
|
||||
}
|
||||
|
||||
m_CacheDirectory = assetConfig.GetString("CacheDirectory", m_DefaultCacheDirectory);
|
||||
m_log.InfoFormat("[FLOTSAM ASSET CACHE]: Cache Directory", m_DefaultCacheDirectory);
|
||||
m_log.InfoFormat("[FLOTSAM ASSET CACHE]: Cache Directory", m_CacheDirectory);
|
||||
|
||||
m_MemoryCacheEnabled = assetConfig.GetBoolean("MemoryCacheEnabled", false);
|
||||
m_MemoryExpiration = TimeSpan.FromHours(assetConfig.GetDouble("MemoryCacheTimeout", m_DefaultMemoryExpiration));
|
||||
|
||||
Reference in New Issue
Block a user