1
0

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:
Patrick Gaskin
2020-05-01 20:35:37 -04:00
parent b33015c7f8
commit bfce7251f8

View File

@@ -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");