You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/10 11:47:19 UTC

[20/50] documentation commit: updated refs/heads/import-master to fe7f7bf

Add documentation for new uuids.max_count option


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/10c14981
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/10c14981
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/10c14981

Branch: refs/heads/import-master
Commit: 10c14981e56c4bd9b551fa16cffb4e23a8dd7bec
Parents: 4f4b906
Author: Dirkjan Ochtman <di...@ochtman.nl>
Authored: Thu Mar 27 13:51:19 2014 +0100
Committer: Dirkjan Ochtman <di...@ochtman.nl>
Committed: Tue Apr 1 19:35:11 2014 +0200

----------------------------------------------------------------------
 src/config/misc.rst | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/10c14981/src/config/misc.rst
----------------------------------------------------------------------
diff --git a/src/config/misc.rst b/src/config/misc.rst
index 753d0e2..58d079c 100644
--- a/src/config/misc.rst
+++ b/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: