Skip to content

Commit 061c6b4

Browse files
authored
Minor change to default for client retries (#1363)
1 parent 19d88ea commit 061c6b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schemaregistry/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func NewConfig(url string) *Config {
4444
c.ConnectionTimeoutMs = 10000
4545
c.RequestTimeoutMs = 10000
4646

47-
c.MaxRetries = 2
47+
c.MaxRetries = 3
4848
c.RetriesWaitMs = 1000
4949
c.RetriesMaxWaitMs = 20000
5050

0 commit comments

Comments
 (0)