Skip to content

Commit a86f1a1

Browse files
committed
- FD_SOCK2: reduce connect_timeout to 500ms
1 parent 7fe15fa commit a86f1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/jgroups/protocols/FD_SOCK2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class FD_SOCK2 extends Protocol implements Receiver, ConnectionListener,
6262
protected long suspect_msg_interval=5000;
6363

6464
@Property(description="Max time (ms) to wait for a connect attempt",type=AttributeType.TIME)
65-
protected int connect_timeout=1000;
65+
protected int connect_timeout=500;
6666

6767
@Property(description="The lowest port the FD_SOCK server can listen on. Needed when wrapping around, looking " +
6868
"for ports. See https://issues.redhat.com/browse/JGRP-2560 for details")

0 commit comments

Comments
 (0)