From 8ba5381921f512fbdb441bba9136003ddd64aac9 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sat, 21 Mar 2026 13:57:23 +0100 Subject: [PATCH] fix(settings): add note clarifying retry count includes initial send Co-Authored-By: Claude Opus 4.6 --- app/templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/base.html b/app/templates/base.html index bfcc50e..4b415fe 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -353,6 +353,7 @@
+

Retries are counted after the initial send, e.g. 3 retries = 4 total attempts.

When path is known (DIRECT)