1 parent 7fe15fa commit a86f1a1Copy full SHA for a86f1a1
1 file changed
src/org/jgroups/protocols/FD_SOCK2.java
@@ -62,7 +62,7 @@ public class FD_SOCK2 extends Protocol implements Receiver, ConnectionListener,
62
protected long suspect_msg_interval=5000;
63
64
@Property(description="Max time (ms) to wait for a connect attempt",type=AttributeType.TIME)
65
- protected int connect_timeout=1000;
+ protected int connect_timeout=500;
66
67
@Property(description="The lowest port the FD_SOCK server can listen on. Needed when wrapping around, looking " +
68
"for ports. See https://issues.redhat.com/browse/JGRP-2560 for details")
0 commit comments