jaydoane commented on a change in pull request #3969:
URL: https://github.com/apache/couchdb/pull/3969#discussion_r836810277
##########
File path: src/couch_mrview/include/couch_mrview.hrl
##########
@@ -70,7 +70,9 @@
direction = fwd,
limit = ?MAX_VIEW_LIMIT,
+ max_view = ?MAX_VIEW_LIMIT,
skip = 0,
+ skip_design = false,
Review comment:
Oops, I didn't realize `#mrargs` was passed between nodes. Agree that we
shouldn't modify it like this due to upgrade incompatibilities. Maps sure would
be nice here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]