diff --git a/master.html b/master.html index 45c23378..fcad8c20 100644 --- a/master.html +++ b/master.html @@ -187,6 +187,7 @@ with the WSGI server
RabbitMQ queue type for the topic.
Default: classic
+When returning a free-busy report, a list of busy time occurrences +are generated based on a given time frame. Large time frames could +generate a lot of occurrences based on the time frame supplied. This +setting limits the lookup to prevent potential denial of service attacks +on large time frames. If the limit is reached, an HTTP error is thrown +instead of returning the results.
+Default: 10000
+