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
* @param {boolean} [options.raw=false] Return document results as raw BSON buffers.
58
58
* @param {boolean} [options.promoteLongs=true] Promotes Long values to number if they fit inside the 53 bits resolution.
59
59
* @param {number} [options.bufferMaxEntries=-1] Sets a cap on how many operations the driver will buffer up before giving up on getting a working connection, default is -1 which is unlimited.
60
-
* @param {number} [options.numberOfRetries=5] Number of retries off connection.
60
+
* @param {number} [options.numberOfRetries=5] Number of times a tailable cursor will re-poll when it gets nothing back.
61
61
* @param {number} [options.retryMiliSeconds=500] Number of milliseconds between retries.
0 commit comments