8000
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 c5fa8eb + c84b339 commit 94146feCopy full SHA for 94146fe
src/com/rabbitmq/client/ConnectionFactory.java
@@ -57,8 +57,8 @@ public class ConnectionFactory implements Cloneable {
57
* zero means no limit */
58
public static final int DEFAULT_FRAME_MAX = 0;
59
/** Default heart-beat interval;
60
- * zero means no heart-beats */
61
- public static final int DEFAULT_HEARTBEAT = 0;
+ * 60 seconds */
+ public static final int DEFAULT_HEARTBEAT = 60;
62
/** The default host */
63
public static final String DEFAULT_HOST = "localhost";
64
/** 'Use the default port' port */
0 commit comments