mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-26 19:47:37 +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 defaultBackoffLimit = time.Second << 12 // 1h8m16s
|
||||||
const minimumBackoffLimit = time.Second * 30
|
const minimumBackoffLimit = time.Second * 5
|
||||||
|
|
||||||
type links struct {
|
type links struct {
|
||||||
phony.Inbox
|
phony.Inbox
|
||||||
|
Reference in New Issue
Block a user