mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-26 18:07:35 +00:00
Reduce minimum maxbackoff
to 5 seconds
This commit is contained in:
@@ -28,7 +28,7 @@ const (
|
||||
)
|
||||
|
||||
const defaultBackoffLimit = time.Second << 12 // 1h8m16s
|
||||
const minimumBackoffLimit = time.Second * 30
|
||||
const minimumBackoffLimit = time.Second * 5
|
||||
|
||||
type links struct {
|
||||
phony.Inbox
|
||||
|
Reference in New Issue
Block a user