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.
1 parent e7b2664 commit 2e88e91Copy full SHA for 2e88e91
src/MongoDB.Driver.Core/Core/Clusters/Cluster.cs
@@ -36,7 +36,7 @@ internal abstract class Cluster : ICluster
36
{
37
#region static
38
// static fields
39
- private static readonly TimeSpan __minHeartbeatInterval = TimeSpan.FromMilliseconds(10);
+ private static readonly TimeSpan __minHeartbeatInterval = TimeSpan.FromMilliseconds(500);
40
private static readonly Range<int> __supportedWireVersionRange = new Range<int>(0, 3);
41
private static readonly IServerSelector __randomServerSelector = new RandomServerSelector();
42
#endregion
0 commit comments