Skip to content

Commit b19033e

Browse files
committed
Adding constant for partial cursor option
1 parent f77b922 commit b19033e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mongo.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module Constants
5050
OP_QUERY_NO_CURSOR_TIMEOUT = 2 ** 4
5151
OP_QUERY_AWAIT_DATA = 2 ** 5
5252
OP_QUERY_EXHAUST = 2 ** 6
53+
OP_QUERY_PARTIAL = 2 ** 7
5354

5455
REPLY_CURSOR_NOT_FOUND = 2 ** 0
5556
REPLY_QUERY_FAILURE = 2 ** 1

0 commit comments

Comments
 (0)