From 5cc5aa7f0422caee46932ca1e989ee28a48480c7 Mon Sep 17 00:00:00 2001 From: badaix Date: Wed, 26 Aug 2015 18:56:01 +0200 Subject: [PATCH] 5s idle time sync interval --- client/controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/controller.cpp b/client/controller.cpp index fc0865cf..595b5450 100644 --- a/client/controller.cpp +++ b/client/controller.cpp @@ -183,7 +183,7 @@ void Controller::worker() throw exception_; } - if (sendTimeSyncMessage(2000)) + if (sendTimeSyncMessage(5000)) logO << "time sync main loop\n"; // shared_ptr reply = clientConnection_->sendReq(&timeReq); // if (reply)