chore_: increase the mvds resend interval to save bandwidth.
This commit is contained in:
parent
55bad8fd7b
commit
5da70f6f8e
|
@ -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…
Reference in New Issue