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_endpoint
  • rabbitmq_topic
  • rabbitmq_queue_type
  • +
  • reporting
  • Supported @@ -1103,6 +1104,19 @@ amqp://user:password@localhost:5672/

    RabbitMQ queue type for the topic.

    Default: classic

    +
    +

    reporting

    +
    +
    max_freebusy_occurrence
    +

    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

    +
    +