From ba6ec9bb9a3cc7a2796a8dee0924d0d73e55c558 Mon Sep 17 00:00:00 2001 From: gnuxie Date: Tue, 1 Oct 2024 13:42:44 +0100 Subject: [PATCH] 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. --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 581d2d61..dba253eb 100644 --- a/src/config.ts +++ b/src/config.ts @@ -192,7 +192,7 @@ const defaultConfig: IConfig = { }, }, safeMode: { - bootIntoOnStartupFailure: false, + bootIntoOnStartupFailure: true, }, health: { healthz: {