mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
revert accidental change to MemoryWatchdog stat calculation in previous b1b4687
This commit is contained in:
@@ -72,7 +72,7 @@ namespace OpenSim.Framework.Monitoring
|
||||
/// </summary>
|
||||
public static double LastMemoryChurn
|
||||
{
|
||||
get { if (m_samples.Count > 0) return m_samples.First(); else return 0; }
|
||||
get { if (m_samples.Count > 0) return m_samples.Last(); else return 0; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user