@@ -47,7 +47,7 @@ public static class Builder {
4747 private long minHeartbeatFrequencyMS = 500 ;
4848
4949 /**
50- * Sets the frequency that the cluster monitor attempts to reach each server.
50+ * Sets the frequency that the cluster monitor attempts to reach each server. The default value is 10 seconds.
5151 *
5252 * @param heartbeatFrequency the heartbeat frequency
5353 * @param timeUnit the time unit
@@ -60,7 +60,7 @@ public Builder heartbeatFrequency(final long heartbeatFrequency, final TimeUnit
6060
6161 /**
6262 * Sets the minimum heartbeat frequency. In the event that the driver has to frequently re-check a server's availability, it will
63- * wait at least this long since the previous check to avoid wasted effort. The default value is 10 ms .
63+ * wait at least this long since the previous check to avoid wasted effort. The default value is 500 milliseconds .
6464 *
6565 * @param minHeartbeatFrequency the minimum heartbeat frequency
6666 * @param timeUnit the time unit
@@ -82,7 +82,7 @@ public ServerSettings build() {
8282 }
8383
8484 /**
85- * Gets the frequency that the cluster monitor attempts to reach each server. The default is every 5 seconds.
85+ * Gets the frequency that the cluster monitor attempts to reach each server. The default value is 10 seconds.
8686 *
8787 * @param timeUnit the time unit
8888 * @return the heartbeat frequency
@@ -93,7 +93,7 @@ public long getHeartbeatFrequency(final TimeUnit timeUnit) {
9393
9494 /**
9595 * Gets the minimum heartbeat frequency. In the event that the driver has to frequently re-check a server's availability, it will wait
96- * at least this long since the previous check to avoid wasted effort. The default value is 10 ms .
96+ * at least this long since the previous check to avoid wasted effort. The default value is 500 milliseconds .
9797 *
9898 * @param timeUnit the time unit
9999 * @return the heartbeat reconnect retry frequency
0 commit comments