File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,12 @@ export interface CommandOperationOptions
5555 // Admin command overrides.
5656 dbName ?: string ;
5757 authdb ?: string ;
58- /** @deprecated Will be removed in the next major version. Set writeConcern.w to 0 instead. */
58+ /**
59+ * @deprecated
60+ * Will be removed in the next major version. Set writeConcern.w to 0 instead.
61+ *
62+ * **WARNING:** When this flag is true, it may result in indeterminate driver behavior.
63+ */
5964 noResponse ?: boolean ;
6065}
6166
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ export class RunAdminCommandOperation<T = Document> extends AbstractOperation<T>
5151 constructor (
5252 public command : Document ,
5353 public override options : RunCommandOptions & {
54- /** @deprecated Will be removed in the next major version, and replaced with an option to set writeConcern.w to 0 */
5554 noResponse ?: boolean ;
5655 bypassPinningCheck ?: boolean ;
5756 }
You can’t perform that action at this time.
0 commit comments