diff --git a/lib/moped/protocol/query.rb b/lib/moped/protocol/query.rb index ac455fc..3f28cad 100644 --- a/lib/moped/protocol/query.rb +++ b/lib/moped/protocol/query.rb @@ -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