8000 Merge branch 'stable' · weixuan2008/rabbitmq-java-client@94146fe · GitHub
[go: up one dir, main page]

Skip to content

Commit 94146fe

Browse files
Merge branch 'stable'
2 parents c5fa8eb + c84b339 commit 94146fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public class ConnectionFactory implements Cloneable {
5757
* zero means no limit */
5858
public static final int DEFAULT_FRAME_MAX = 0;
5959
/** Default heart-beat interval;
60-
* zero means no heart-beats */
61-
public static final int DEFAULT_HEARTBEAT = 0;
60+
* 60 seconds */
61+
public static final int DEFAULT_HEARTBEAT = 60;
6262
/** The default host */
6363
public static final String DEFAULT_HOST = "localhost";
6464
/** 'Use the default port' port */

0 commit comments

Comments
 (0)
0