mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2026-05-20 21:06: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 minimumBackoffLimit = time.Second * 30
|
||||
const minimumBackoffLimit = time.Second * 5
|
||||
|
||||
type links struct {
|
||||
phony.Inbox
|
||||
|
||||
Reference in New Issue
Block a user