mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03: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:
@ -33,7 +33,7 @@ NTService::NTService()
|
|||||||
|
|
||||||
//time-out variables
|
//time-out variables
|
||||||
nStartTimeOut = 15000;
|
nStartTimeOut = 15000;
|
||||||
nStopTimeOut = SECONDS_IN_24H * 1000;
|
nStopTimeOut = 86400000;
|
||||||
nPauseTimeOut = 5000;
|
nPauseTimeOut = 5000;
|
||||||
nResumeTimeOut = 5000;
|
nResumeTimeOut = 5000;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user