Skip to content

Commit

Permalink
Fix non-working --read-retry-attempts flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Mar 11, 2024
1 parent 18abaad commit 8286a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cfg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ MISC OPTIONS:
Usage: "Maximum interval for retrying unsuccessful reads",
},

cli.DurationFlag{
cli.IntFlag{
Name: "read-retry-attempts",
Value: 0,
Usage: "Maximum read retry attempts (0 means unlimited)",
Expand Down

0 comments on commit 8286a69

Please sign in to comment.