Skip to content

Commit

Permalink
fix: client retries will be 0 when not set
Browse files Browse the repository at this point in the history
fix: client retries will be 0 when not set
  • Loading branch information
tongjichao committed Apr 18, 2019
1 parent f824ba0 commit fd2ca3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/cmd.go
Expand Up @@ -71,6 +71,7 @@ var (
cli.IntFlag{
Name: "client_retries",
EnvVar: "MICRO_CLIENT_RETRIES",
Value: client.DefaultRetries,
Usage: "Sets the client retries. Default: 1",
},
cli.IntFlag{
Expand Down

0 comments on commit fd2ca3a

Please sign in to comment.