Skip to content

Commit 74b761d

Browse files
Merge branch 'rabbitmq-dotnet-client-142'
2 parents 4b8dd2f + 2302905 commit 74b761d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/client/RabbitMQ.Client/src/client/api/ConnectionFactory.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ public class ConnectionFactory : ConnectionFactoryBase, IConnectionFactory
118118
public const uint DefaultFrameMax = 0;
119119

120120
/// <summary>
121-
/// Default value for desired heartbeat interval, in seconds, with zero meaning none (value: 0).
121+
/// Default value for desired heartbeat interval, in seconds, with zero meaning none (value: 60).
122122
/// </summary>
123123
/// <remarks>PLEASE KEEP THIS MATCHING THE DOC ABOVE.</remarks>
124-
public const ushort DefaultHeartbeat = 0; //
124+
public const ushort DefaultHeartbeat = 60; //
125125

126126
/// <summary>
127127
/// Default password (value: "guest").

0 commit comments

Comments
 (0)