1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-16 16:03:38 +00:00

fix(tunneling): Adjust exponential backoff duration

This commit is contained in:
TwiN
2025-09-30 14:27:38 -04:00
parent 405c15f756
commit c7f0a32135
4 changed files with 7 additions and 4 deletions

View File

@@ -188,4 +188,4 @@ func TestConfig_Close(t *testing.T) {
if len(config.connections) != 0 {
t.Errorf("Close() did not clear connections map, got %d connections", len(config.connections))
}
}
}