[Client] Change default end time in daily schedules from 23:59 to 24:00

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
Vitalii Koshura 2018-07-08 01:51:06 +03:00
parent 2b16e07eb8
commit 98f3e627bb
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 2 additions and 2 deletions

View File

@ -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