Commit fe3c68b3 authored by Alexander Barkov's avatar Alexander Barkov

Do not use SECONDS_IN_24H in nt_servc.cc.

This constant uses my_time.h, which inclusion is not desirable in nt_servc.cc
parent 89e17153
......@@ -33,7 +33,7 @@ NTService::NTService()
//time-out variables
nStartTimeOut = 15000;
nStopTimeOut = SECONDS_IN_24H * 1000;
nStopTimeOut = 86400000;
nPauseTimeOut = 5000;
nResumeTimeOut = 5000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment