- Changed an interval of writing network statistics from a minute to two minutes.

- Code cosmetic changes.
This commit is contained in:
spx
2012-02-15 02:51:27 +00:00
parent 3acb191e56
commit dbd43ddfbc
5 changed files with 41 additions and 29 deletions

View File

@ -495,7 +495,7 @@ void CMeasureNet::ReadConfig(CConfigParser& parser, const WCHAR* section, NET ne
m_Cumulative = 0!=parser.ReadInt(section, L"Cumulative", 0);
if (m_Cumulative)
{
CSystem::SetNetworkStatisticsTimer();
Rainmeter->SetNetworkStatisticsTimer();
}
m_TrafficValue = parser.ReadFloat(section, L"TrafficValue", 0.0);