From 98f3e627bbe848a9779a66d756e0d9ff756d6b29 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Sun, 8 Jul 2018 01:51:06 +0300 Subject: [PATCH] [Client] Change default end time in daily schedules from 23:59 to 24:00 Signed-off-by: Vitalii Koshura --- lib/prefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/prefs.cpp b/lib/prefs.cpp index 2efda1a87e..447b6cf1e5 100644 --- a/lib/prefs.cpp +++ b/lib/prefs.cpp @@ -284,9 +284,9 @@ void GLOBAL_PREFS::enabled_defaults() { max_bytes_sec_down = 100*KILO; max_bytes_sec_up = 100*KILO; cpu_times.start_hour = 0; - cpu_times.end_hour = 23.983; // 23:59 + cpu_times.end_hour = 24.0; // 24:00 net_times.start_hour = 0; - net_times.end_hour = 23.983; // 23:59 + net_times.end_hour = 24.0; // 24:00 } // call before parsing