summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <dirkjan@ochtman.nl>2014-03-27 13:51:19 +0100
committerDirkjan Ochtman <dirkjan@ochtman.nl>2014-04-01 19:35:11 +0200
commit5155801f8d263da1b40a9070a9deb8ae16428710 (patch)
tree048765dd1e7fa9f2a53260352f48633b1d28b9f0
parent9a0e561b1f3bc34810dd9112ab0a3fe3722c9a54 (diff)
downloadcouchdb-5155801f8d263da1b40a9070a9deb8ae16428710.tar.gz
Add documentation for new uuids.max_count option
-rw-r--r--share/doc/src/config/misc.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/doc/src/config/misc.rst b/share/doc/src/config/misc.rst
index 753d0e286..58d079c7f 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: