5s idle time sync interval

This commit is contained in:
badaix 2015-08-26 18:56:01 +02:00
parent a3796036ff
commit 5cc5aa7f04

View file

@ -183,7 +183,7 @@ void Controller::worker()
throw exception_;
}
if (sendTimeSyncMessage(2000))
if (sendTimeSyncMessage(5000))
logO << "time sync main loop\n";
// shared_ptr<msg::Time> reply = clientConnection_->sendReq<msg::Time>(&timeReq);
// if (reply)