mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-07-02 05:55:06 +03:00
Reduce minimum maxbackoff
to 5 seconds
This commit is contained in:
parent
81543e9cc0
commit
ffc0dc92e0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue