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 send or receive on a socket before the attempt times out. */
130
130
socketTimeoutMS?: number;
131
-
/** Comma-delimited string of compressors to enable network compression for communication between this client and a mongod/mongos instance. */
132
-
compressors?: CompressorName[];
131
+
/** An array or comma-delimited string of compressors to enable network compression for communication between this client and a mongod/mongos instance. */
132
+
compressors?: CompressorName[]|string;
133
133
/** An integer that specifies the compression level if using zlib for network compression. */
0 commit comments