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/c356d6c4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/c356d6c4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/c356d6c4 Branch: refs/heads/import-master Commit: c356d6c4b090d73c8b247551152b2c5ac80337cb Parents: 0f63aa0 Author: Dirkjan Ochtman <dirk...@ochtman.nl> Authored: Thu Mar 27 13:51:19 2014 +0100 Committer: Dirkjan Ochtman <dirk...@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/c356d6c4/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: