Timeouts should be configurable not exclusively hard-coded as defaults.
Describe the solution you'd like
Allow passing in timeout parameters in NewClient so that these values can be more easily manipulated by the consumer of the client and will not require a PR.
Timeouts should be configurable not exclusively hard-coded as defaults.
Describe the solution you'd like
Allow passing in timeout parameters in
NewClientso that these values can be more easily manipulated by the consumer of the client and will not require a PR.