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 983C510C7C for ; Tue, 1 Apr 2014 17:43:06 +0000 (UTC) Received: (qmail 63561 invoked by uid 500); 1 Apr 2014 17:42:20 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 63075 invoked by uid 500); 1 Apr 2014 17:42:07 -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 62191 invoked by uid 99); 1 Apr 2014 17:41:46 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2014 17:41:46 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 75F15924130; Tue, 1 Apr 2014 17:41:44 +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: Tue, 01 Apr 2014 17:42:29 -0000 Message-Id: <424412cdf1bd41109bac497078b51d84@git.apache.org> In-Reply-To: <3cf0cb21133d4c18b22d7e4745e70cb6@git.apache.org> References: <3cf0cb21133d4c18b22d7e4745e70cb6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [47/50] [abbrv] couchdb commit: updated refs/heads/1.6.x to d2ac597 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/5155801f Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/5155801f Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/5155801f Branch: refs/heads/1.6.x Commit: 5155801f8d263da1b40a9070a9deb8ae16428710 Parents: 9a0e561 Author: Dirkjan Ochtman Authored: Thu Mar 27 13:51:19 2014 +0100 Committer: Dirkjan Ochtman Committed: Tue Apr 1 19:35:11 2014 +0200 ---------------------------------------------------------------------- share/doc/src/config/misc.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/5155801f/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: