के अनुसार मोंगोडब का आधिकारिक दस्तावेज़
, वैकल्पिक परम timeout
false
. पर सेट किया जा सकता है ।
db.collection('mycollection').find({}, {timeout:false}, function(err, cursor) {
if (!err) {
// Iterate safely on your cursor here
} else {
console.log(err);
}
});