wait 30s before process restart

This commit is contained in:
badaix 2016-11-05 10:51:59 +01:00
parent 236786646b
commit bd69940db6

View file

@ -200,7 +200,7 @@ void ProcessStream::worker()
{
logE << "Exception: " << e.what() << std::endl;
process_->kill();
chronos::sleep(1000);
chronos::sleep(30000);
}
}
}