Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CD79311B0D for ; Thu, 27 Mar 2014 12:51:56 +0000 (UTC) Received: (qmail 61183 invoked by uid 500); 27 Mar 2014 12:51:55 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 61052 invoked by uid 500); 27 Mar 2014 12:51:55 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 61030 invoked by uid 99); 27 Mar 2014 12:51:53 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Mar 2014 12:51:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 15C6E837B90; Thu, 27 Mar 2014 12:51:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: djc@apache.org To: commits@couchdb.apache.org Date: Thu, 27 Mar 2014 12:51:52 -0000 Message-Id: <6110d2f5a0804875b035087db2915d5f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] couchdb commit: updated refs/heads/1.5.x to 5fca795 Repository: couchdb Updated Branches: refs/heads/1.5.x 75e856b16 -> 5fca7956e Add documentation for new uuids.max_count option Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/43b05b91 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/43b05b91 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/43b05b91 Branch: refs/heads/1.5.x Commit: 43b05b91d80d89afe9bf29f989065cfaf8239841 Parents: 75e856b Author: Dirkjan Ochtman Authored: Thu Mar 27 13:51:19 2014 +0100 Committer: Dirkjan Ochtman Committed: Thu Mar 27 13:51:19 2014 +0100 ---------------------------------------------------------------------- share/doc/src/config/misc.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/43b05b91/share/doc/src/config/misc.rst ---------------------------------------------------------------------- diff --git a/share/doc/src/config/misc.rst b/share/doc/src/config/misc.rst index 753d0e2..58d079c 100644 --- a/share/doc/src/config/misc.rst +++ b/share/doc/src/config/misc.rst @@ -202,6 +202,17 @@ UUIDs Configuration [uuid] utc_id_suffix = my-awesome-suffix + .. config:option:: max_count :: Per-Request UUID Limit + + .. versionadded:: 1.5.1 + + No more than this number of UUIDs will be sent in a single request. If + more UUIDs are requested, an HTTP error response will be thrown. + + :: + + [uuid] + max_count = 1000 .. _config/vendor: