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 9c0ab20 commit 26e0a38Copy full SHA for 26e0a38
driver-core/src/main/com/mongodb/MongoClientSettings.java
@@ -899,8 +899,8 @@ public SslSettings getSslSettings() {
899
}
900
901
/**
902
- * Gets the connection-specific settings wrapped in a settings object. This settings object uses the values for connectTimeout,
903
- * socketTimeout and socketKeepAlive.
+ * Gets the connection-specific settings wrapped in a settings object. This settings object uses the values for connectTimeout
+ * and socketTimeout.
904
*
905
* @return a SocketSettings object populated with the connection settings from this {@code MongoClientSettings} instance.
906
* @see SocketSettings
0 commit comments