mirror of
https://github.com/status-im/status-go.git
synced 2025-02-06 11:56:01 +00:00
chore_: increase the mvds resend interval to save bandwidth.
This commit is contained in:
parent
ee7f4d249c
commit
2bd543be5b
@ -12,7 +12,7 @@ import (
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
const backoffInterval = 30
|
||||
const backoffInterval = 60
|
||||
|
||||
var errNotInitialized = errors.New("datasync transport not initialized")
|
||||
var DatasyncTicker = 300 * time.Millisecond
|
||||
|
Loading…
x
Reference in New Issue
Block a user