Skip to content

Commit d5800a0

Browse files
committed
fix: update retry timeout
Signed-off-by: Eray Ates <eray.ates@worldline.com>
1 parent cb3b457 commit d5800a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Config struct {
1616
RetryMax int `cfg:"retry_max"`
1717
RetryWaitMin time.Duration `cfg:"retry_wait_min"`
1818
RetryWaitMax time.Duration `cfg:"retry_wait_max"`
19+
// RetryTimeout not works with http2
1920
RetryTimeout time.Duration `cfg:"retry_timeout"`
2021

2122
PooledClient *bool `cfg:"pooled_client"`

0 commit comments

Comments
 (0)