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
@@ -62,7 +62,7 @@ func TestDefaultValues(t *testing.T) {
LocalAnnMCAddr: "[ff12::8384]:21027",
MaxSendKbps: 0,
MaxRecvKbps: 0,
ReconnectIntervalS: 60,
ReconnectIntervalS: 20,
RelaysEnabled: true,
RelayReconnectIntervalM: 10,
StartBrowser: true,