mirror of
https://github.com/the-draupnir-project/Draupnir.git
synced 2026-08-28 13:24:04 +00:00
Enter safe mode by default.
However, we still need to consider whether all errors should enter safe mode or only errors that we know are recoverable.
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ const defaultConfig: IConfig = {
|
||||
},
|
||||
},
|
||||
safeMode: {
|
||||
bootIntoOnStartupFailure: false,
|
||||
bootIntoOnStartupFailure: true,
|
||||
},
|
||||
health: {
|
||||
healthz: {
|
||||
|
||||
Reference in New Issue
Block a user