Add: [report] max_expand_occurrence option to separate from max_freebusy_occurrence

This commit is contained in:
Peter Bieringer
2026-08-01 18:52:08 +02:00
parent 6cdf0e75b4
commit 4a4e571cce
6 changed files with 27 additions and 4 deletions

View File

@@ -2191,6 +2191,19 @@ This is an automated message. Please do not reply.
#### [reporting]
##### max_expand_occurrence
_(>= 3.7.8)_
When returning an expanded report, a list of 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
##### max_freebusy_occurrence
_(>= 3.2.3)_