mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-17 15:56:39 +00:00
add log message
This commit is contained in:
@@ -94,6 +94,7 @@ func NewServer(
|
||||
if syncTokenInterval == 0 || err != nil {
|
||||
syncTokenInterval = time.Minute
|
||||
}
|
||||
log.WithContext(ctx).Infof("sync rate interval set to %s", syncTokenInterval)
|
||||
|
||||
syncBurst, err := strconv.Atoi(os.Getenv("NB_SYNC_BURST"))
|
||||
if syncBurst == 0 || err != nil {
|
||||
|
||||
Reference in New Issue
Block a user