minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is currently calculated dynamically
parent
0d9afad3fe
commit
f3c5ce1bbd
|
@ -89,7 +89,7 @@ namespace OpenSim.Framework.Monitoring
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Memory churn rate per millisecond.
|
/// Memory churn rate per millisecond.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private static double m_churnRatePerMillisecond;
|
// private static double m_churnRatePerMillisecond;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Historical samples for calculating moving average.
|
/// Historical samples for calculating moving average.
|
||||||
|
|
Loading…
Reference in New Issue