Adjust contact retry

This commit is contained in:
Sarah Jamie Lewis 2022-09-10 10:33:17 -07:00
parent d455eb6477
commit 27cec93ad7
1 changed files with 120 additions and 120 deletions

View File

@ -8,8 +8,8 @@ import (
"time"
)
const tickTime = 5 * time.Second
const maxBackoff int = 64 // 320 seconds or ~5 min
const tickTime = 30 * time.Second
const maxBackoff int = 10 // 320 seconds or ~5 min
type connectionType int