mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Generate documentation
This commit is contained in:
parent
b243b26130
commit
db17dd6f4f
1 changed files with 14 additions and 0 deletions
14
master.html
14
master.html
|
@ -187,6 +187,7 @@ with the WSGI server</a></li>
|
||||||
<li class="level4"><a href="#rabbitmq_endpoint" id="toc-rabbitmq_endpoint">rabbitmq_endpoint</a></li>
|
<li class="level4"><a href="#rabbitmq_endpoint" id="toc-rabbitmq_endpoint">rabbitmq_endpoint</a></li>
|
||||||
<li class="level4"><a href="#rabbitmq_topic" id="toc-rabbitmq_topic">rabbitmq_topic</a></li>
|
<li class="level4"><a href="#rabbitmq_topic" id="toc-rabbitmq_topic">rabbitmq_topic</a></li>
|
||||||
<li class="level4"><a href="#rabbitmq_queue_type" id="toc-rabbitmq_queue_type">rabbitmq_queue_type</a></li>
|
<li class="level4"><a href="#rabbitmq_queue_type" id="toc-rabbitmq_queue_type">rabbitmq_queue_type</a></li>
|
||||||
|
<li class="level4"><a href="#reporting" id="toc-reporting">reporting</a></li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
</ul></li>
|
</ul></li>
|
||||||
<li class="level2"><a href="#supported-clients" id="toc-supported-clients">Supported
|
<li class="level2"><a href="#supported-clients" id="toc-supported-clients">Supported
|
||||||
|
@ -1103,6 +1104,19 @@ amqp://user:password@localhost:5672/</p>
|
||||||
<p>RabbitMQ queue type for the topic.</p>
|
<p>RabbitMQ queue type for the topic.</p>
|
||||||
<p>Default: classic</p>
|
<p>Default: classic</p>
|
||||||
</section>
|
</section>
|
||||||
|
<section class="level4" id="reporting">
|
||||||
|
<h4>reporting <a class="headerlink" href="#reporting">¶</a></h4>
|
||||||
|
<section class="level5" id="max_freebusy_occurrence">
|
||||||
|
<h5>max_freebusy_occurrence <a class="headerlink" href="#max_freebusy_occurrence">¶</a></h5>
|
||||||
|
<p>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.</p>
|
||||||
|
<p>Default: 10000</p>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
<section class="level2" id="supported-clients">
|
<section class="level2" id="supported-clients">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue