mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
- Changed an interval of writing network statistics from a minute to two minutes.
- Code cosmetic changes.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user