chore_: increase the mvds resend interval to save bandwidth.

This commit is contained in:
kaichaosun 2024-10-08 15:01:56 +08:00
parent 55bad8fd7b
commit 5da70f6f8e
No known key found for this signature in database
GPG Key ID: 223E0F992F4F03BF
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