Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Jan 21, 2025
1 parent e254df6 commit 3c8d8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rolling/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ydbops will try to figure out if you broke this rule by comparing before\after o
`The limit on the number of simultaneous node restarts`)

fs.DurationVar(&o.DelayBetweenRestarts, "delay-between-restarts", DefaultDelayBetweenRestarts,
`Delay between two consecutive restarts in seconds. The number of simultaneous is set by 'nodes-inflight'`)
`Delay between two consecutive restarts. E.g. '60s', '2m'. The number of simultaneous restarts is limited by 'nodes-inflight'.`)
}

func (o *RestartOptions) GetRestartDuration() *durationpb.Duration {
Expand Down

0 comments on commit 3c8d8b3

Please sign in to comment.