mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* minor: Properly clear the pushed asset cache statistics where the clear-assets command is used on the region console
* stop waiting for garbage collection when GC total memory used is requested, in case the periodic request of this lags the sim
This commit is contained in:
@@ -143,6 +143,10 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
public void Clear()
|
||||
{
|
||||
m_log.Info("[ASSET CACHE]: Clearing Asset cache");
|
||||
|
||||
if (StatsManager.SimExtraStats != null)
|
||||
StatsManager.SimExtraStats.ClearAssetCacheStatistics();
|
||||
|
||||
Initialize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user