Skip to content

Commit

Permalink
Add partial flag to the query wire protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Cresswell committed Aug 16, 2015
1 parent fcf884d commit 6453240
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/moped/protocol/query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ class Query
slave_ok: 2 ** 2,
no_cursor_timeout: 2 ** 4,
await_data: 2 ** 5,
exhaust: 2 ** 6
exhaust: 2 ** 6,
partial: 2 ** 7

# @!attribute full_collection_name
# @return [ String ] the namespaced collection name
Expand Down

0 comments on commit 6453240

Please sign in to comment.