mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-08 04:07:45 +02:00
wait 30s before process restart
This commit is contained in:
parent
236786646b
commit
bd69940db6
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ void ProcessStream::worker()
|
||||||
{
|
{
|
||||||
logE << "Exception: " << e.what() << std::endl;
|
logE << "Exception: " << e.what() << std::endl;
|
||||||
process_->kill();
|
process_->kill();
|
||||||
chronos::sleep(1000);
|
chronos::sleep(30000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue