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:
gnuxie
2024-10-02 11:32:04 +01:00
parent 88bf45b404
commit ba6ec9bb9a
+1 -1
View File
@@ -192,7 +192,7 @@ const defaultConfig: IConfig = {
},
},
safeMode: {
bootIntoOnStartupFailure: false,
bootIntoOnStartupFailure: true,
},
health: {
healthz: {