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 a5ac07a commit 0e5026bCopy full SHA for 0e5026b
src/MongoDB.Driver.Core/Core/Servers/ClusterableServer.cs
@@ -46,7 +46,7 @@ internal sealed class ClusterableServer : IClusterableServer
46
{
47
#region static
48
// static fields
49
- private static readonly TimeSpan __minHeartbeatInterval = TimeSpan.FromMilliseconds(10);
+ private static readonly TimeSpan __minHeartbeatInterval = TimeSpan.FromMilliseconds(500);
50
private static readonly List<Type> __invalidatingExceptions = new List<Type>
51
52
typeof(MongoNotPrimaryException),
0 commit comments