mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-22 13:56:30 +03: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