We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02973d4 + a9660af commit ac7dd74Copy full SHA for ac7dd74
src/com/rabbitmq/client/ConnectionParameters.java
@@ -63,7 +63,7 @@ private static String safeGetProperty(String key, String def) {
63
public static final int DEFAULT_FRAME_MAX = 0;
64
65
/** Default value for desired heartbeat interval; zero for none */
66
- public static final int DEFAULT_HEARTBEAT = 3;
+ public static final int DEFAULT_HEARTBEAT = 0;
67
68
private String _userName = DEFAULT_USER;
69
private String _password = DEFAULT_PASS;
0 commit comments