Skip to content

Commit 888cb2b

Browse files
committed
update connect-max-retries 1 -> 5
1 parent 2592262 commit 888cb2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ grothendieck {
9696

9797
# Maximum number of reconnect attempts after the connection has been initiated.
9898
# After that, the connection will be dropped until its initiated again (eg. by peer discovery)
99-
connect-max-retries = 1
99+
connect-max-retries = 5
100100

101101
disconnect-poison-pill-timeout = 5 seconds
102102

0 commit comments

Comments
 (0)