diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2014-03-27 13:51:19 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2014-03-27 13:51:19 +0100 |
commit | 43b05b91d80d89afe9bf29f989065cfaf8239841 (patch) | |
tree | c9a98e7e0b964d81318c7cedc5eb4745c32df2fe | |
parent | 75e856b167c546f7b81f8b694c948355511a56b9 (diff) | |
download | couchdb-43b05b91d80d89afe9bf29f989065cfaf8239841.tar.gz |
Add documentation for new uuids.max_count option
-rw-r--r-- | share/doc/src/config/misc.rst | 11 |
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: |