various bugfixes, watchdog working now
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
namespace watchdog {
|
||||
|
||||
static constexpr int TIMEOUT_MS = 10 * 1000;
|
||||
static constexpr int TIMEOUT_MS = 5 * 1000;
|
||||
const std::string FIFO_NAME = "/tmp/watchdog-pipe";
|
||||
const std::string RUNNING_FILE_NAME = "/tmp/obsw-running";
|
||||
|
||||
|
Reference in New Issue
Block a user