chore_: increase the mvds resend interval to save bandwidth.

This commit is contained in:
kaichaosun 2024-10-08 15:01:56 +08:00 committed by osmaczko
parent ee7f4d249c
commit 2bd543be5b
1 changed files with 1 additions and 1 deletions

View File

@ -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