fix: client retries will be 0 when not set
fix: client retries will be 0 when not set
This commit is contained in:
		| @@ -71,6 +71,7 @@ var ( | |||||||
| 		cli.IntFlag{ | 		cli.IntFlag{ | ||||||
| 			Name:   "client_retries", | 			Name:   "client_retries", | ||||||
| 			EnvVar: "MICRO_CLIENT_RETRIES", | 			EnvVar: "MICRO_CLIENT_RETRIES", | ||||||
|  | 			Value:  client.DefaultRetries, | ||||||
| 			Usage:  "Sets the client retries. Default: 1", | 			Usage:  "Sets the client retries. Default: 1", | ||||||
| 		}, | 		}, | ||||||
| 		cli.IntFlag{ | 		cli.IntFlag{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user