From 43b05b91d80d89afe9bf29f989065cfaf8239841 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 27 Mar 2014 13:51:19 +0100 Subject: Add documentation for new uuids.max_count option --- share/doc/src/config/misc.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: -- cgit v1.2.1