Skip to content

Commit 8e6f299

Browse files
committed
Bump ZK retries to 5min
1 parent c54b41e commit 8e6f299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/model/zookeeper/connection_params.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package zookeeper
1717
import "time"
1818

1919
const (
20-
defaultMaxRetriesNum = 20
20+
defaultMaxRetriesNum = 30
2121
defaultMaxConcurrentRequests int64 = 32
2222

2323
defaultTimeoutConnect = 10 * time.Second

0 commit comments

Comments
 (0)