mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-25 23:16:14 +02:00
xxx
git-svn-id: svn://elaine/murooma/trunk@334 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
225fdc339a
commit
fee7e56600
2 changed files with 2 additions and 4 deletions
|
@ -134,7 +134,7 @@ shared_ptr<msg::SerializedMessage> ClientConnection::sendRequest(msg::BaseMessag
|
|||
{
|
||||
sumTimeout += timeout;
|
||||
logO << "timeout while waiting for response to: " << reqId << ", timeout " << sumTimeout.count() << "\n";
|
||||
if (sumTimeout > chronos::sec(5))
|
||||
if (sumTimeout > chronos::sec(10))
|
||||
throw SnapException("sum timeout exceeded 10s");
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue