File tree Expand file tree Collapse file tree
driver-core/src/main/com/mongodb Expand file tree Collapse file tree Original file line number Diff line number Diff line change 277277 * <li>{@code maxAdaptiveRetries=n}: This is {@linkplain Beta Beta API}.
278278 * The maximum number of retry attempts when encountering a retryable overload error.
279279 * See {@link MongoClientSettings.Builder#maxAdaptiveRetries(Integer)} for more information.</li>
280- * <li>{@code enableOverloadRetargeting=true|false}: Whether to enable overload retargeting. Defaults to false.
280+ * <li>{@code enableOverloadRetargeting=true|false}: This is {@linkplain Beta Beta API}.
281+ * Whether to enable overload retargeting. Defaults to false.
281282 * See {@link MongoClientSettings.Builder#enableOverloadRetargeting(boolean)} for more information.</li>
282283 * <li>{@code uuidRepresentation=unspecified|standard|javaLegacy|csharpLegacy|pythonLegacy}. See
283284 * {@link MongoClientSettings#getUuidRepresentation()} for documentation of semantics of this parameter. Defaults to "javaLegacy", but
You can’t perform that action at this time.
0 commit comments