1
0
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:
Alexander Barkov
2014-03-07 10:34:07 +04:00
parent 89e1715355
commit fe3c68b38d

View File

@ -33,7 +33,7 @@ NTService::NTService()
//time-out variables
nStartTimeOut = 15000;
nStopTimeOut = SECONDS_IN_24H * 1000;
nStopTimeOut = 86400000;
nPauseTimeOut = 5000;
nResumeTimeOut = 5000;