mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-10 07:36:41 +02:00
5s idle time sync interval
This commit is contained in:
parent
a3796036ff
commit
5cc5aa7f04
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void Controller::worker()
|
||||||
throw exception_;
|
throw exception_;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sendTimeSyncMessage(2000))
|
if (sendTimeSyncMessage(5000))
|
||||||
logO << "time sync main loop\n";
|
logO << "time sync main loop\n";
|
||||||
// shared_ptr<msg::Time> reply = clientConnection_->sendReq<msg::Time>(&timeReq);
|
// shared_ptr<msg::Time> reply = clientConnection_->sendReq<msg::Time>(&timeReq);
|
||||||
// if (reply)
|
// if (reply)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue