You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The time in milliseconds to attempt a connection before timing out. */
171
171
connectTimeoutMS?: number;
172
+
someNewOption?: boolean;
172
173
/** The time in milliseconds to attempt a send or receive on a socket before the attempt times out. */
173
174
socketTimeoutMS?: number;
174
175
/** An array or comma-delimited string of compressors to enable network compression for communication between this client and a mongod/mongos instance. */
0 commit comments