fix: reduce reconnect backoff to 1s flat

Exponential backoff up to 300s made no sense with rotating Tor exits
where each reconnect gets a fresh IP. Single 1s delay is sufficient.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-21 19:39:30 +01:00
parent 0064e52fee
commit 1ea72011b7
4 changed files with 7 additions and 13 deletions

View File

@@ -156,7 +156,7 @@ SASL EXTERNAL (cert + creds) > SASL PLAIN (creds) > NickServ IDENTIFY
## Reconnect Backoff
```
5s -> 10s -> 30s -> 60s -> 120s -> 300s (cap)
1s (flat, no escalation)
```
## PING Watchdog