GitHub user tonysun83 opened a pull request:

    https://github.com/apache/couchdb-couch-mrview/pull/56

    Make Query Limit Results Configurable

    Currently, all_docs are view results are practically unlimited
    unless a user passes in a defined limit. This change allows an
    administrator/operator to set a limit which takes priority over the
    user defined limit. If this property is not set, then the default
    value 16#10000000 is used.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch-mrview 
67462-add-configurable-limit

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch-mrview/pull/56.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #56
    
----
commit 92575f448bbba34466e64ab595aa3ec8af3c96b6
Author: Tony Sun <tony....@cloudant.com>
Date:   2016-09-05T01:19:23Z

    make query limit results configurable
    
    Currently, all_docs are view results are practically unlimited
    unless a user passes in a defined limit. This change allows an
    administrator/operator to set a limit which takes priority over the
    user defined limit. If this property is not set, then the default
    value 16#10000000 is used.
    
    BugzId: 67462

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to