Skip to content

Commit

Permalink
cli/flags: remove doctor from the list of timeout-supporting commands
Browse files Browse the repository at this point in the history
This was unintentionally added - doctor is not meant to support
configurable timeouts (just yet).

Release note: None
  • Loading branch information
knz committed Sep 30, 2020
1 parent a99227d commit ba6b0cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cli/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ func init() {
statusNodeCmd,
lsNodesCmd,
debugZipCmd,
doctorClusterCmd,
// If you add something here, make sure the actual implementation
// of the command uses `cmdTimeoutContext(.)` or it will ignore
// the timeout.
Expand Down

0 comments on commit ba6b0cc

Please sign in to comment.