mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
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
This commit is contained in:
parent
89e1715355
commit
fe3c68b38d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ NTService::NTService()
|
|||
|
||||
//time-out variables
|
||||
nStartTimeOut = 15000;
|
||||
nStopTimeOut = SECONDS_IN_24H * 1000;
|
||||
nStopTimeOut = 86400000;
|
||||
nPauseTimeOut = 5000;
|
||||
nResumeTimeOut = 5000;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue