chore(config, connections): use same reconnection interval for QUIC and TCP (fixes #10507) (#10573)

Signed-off-by: Marcus B Spencer <marcus@marcusspencer.us>
This commit is contained in:
Marcus B Spencer
2026-02-12 10:41:30 +01:00
committed by GitHub
parent dc2a77ab8e
commit 75dd940128
7 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ import (
const (
OldestHandledVersion = 10
CurrentVersion = 51
CurrentVersion = 52
MaxRescanIntervalS = 365 * 24 * 60 * 60
)