From 7134bd92d743557a176c48bdd7c0f46a21eae058 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:59:40 +0100 Subject: [PATCH] Reduce max restarts from 10 to 5 --- .templates/ha_entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.templates/ha_entrypoint.sh b/.templates/ha_entrypoint.sh index fd49e9dbb..dad64da45 100755 --- a/.templates/ha_entrypoint.sh +++ b/.templates/ha_entrypoint.sh @@ -201,7 +201,7 @@ if $PID1; then chmod +x "$runfile" ( restart_count=0 - max_restarts=10 + max_restarts=5 while true; do "$runfile" rc=$?