Merge pull request #455 from tongjichao/fix/client_retries

fix: client retries will be 0 when not set
This commit is contained in:
Asim Aslam 2019-04-18 18:16:53 +01:00 committed by GitHub
commit a97a1009ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{