mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
* Another Timer lock
This commit is contained in:
@@ -167,7 +167,10 @@ namespace Flotsam.RegionModules.AssetCache
|
||||
}
|
||||
else
|
||||
{
|
||||
m_CachCleanTimer.Enabled = false;
|
||||
lock (m_CachCleanTimer)
|
||||
{
|
||||
m_CachCleanTimer.Enabled = false;
|
||||
}
|
||||
}
|
||||
|
||||
m_CacheDirectoryTiers = assetConfig.GetInt("CacheDirectoryTiers", 1);
|
||||
|
||||
Reference in New Issue
Block a user