We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1021d2b commit 24a1589Copy full SHA for 24a1589
source/reference/method/cursor.addOption.txt
@@ -26,3 +26,7 @@ cursor.addOption()
26
.. code-block:: javascript
27
28
var cursor = db.myCappedCollection.find().addOption( DBQuery.Option.tailable ).addOption( DBQuery.Option.awaitData );
29
+
30
+ .. warning:: Adding incorrect wire protocol flags can cause problems
31
+ and/or extra server load.
32
0 commit comments