Decreased the failsafe timeout (closes #2)
It was originally higher to make it easier to test, but it is too easy to trigger by mistake when launching things immediately after booting.
This commit is contained in:
@@ -75,7 +75,7 @@ __attribute__((constructor)) void nm_init() {
|
|||||||
|
|
||||||
stop_fs:
|
stop_fs:
|
||||||
NM_LOG("init: destroying failsafe");
|
NM_LOG("init: destroying failsafe");
|
||||||
nm_failsafe_destroy(fs, 20);
|
nm_failsafe_destroy(fs, 10);
|
||||||
|
|
||||||
stop:
|
stop:
|
||||||
NM_LOG("init: done");
|
NM_LOG("init: done");
|
||||||
|
|||||||
Reference in New Issue
Block a user