diff --git a/sql/nt_servc.cc b/sql/nt_servc.cc index c81bcef0316..d6a8eac7ed5 100644 --- a/sql/nt_servc.cc +++ b/sql/nt_servc.cc @@ -33,7 +33,7 @@ NTService::NTService() //time-out variables nStartTimeOut = 15000; - nStopTimeOut = SECONDS_IN_24H * 1000; + nStopTimeOut = 86400000; nPauseTimeOut = 5000; nResumeTimeOut = 5000;