Skip to content

Commit

Permalink
fixup! fix(caldav): event search with limit and timerange
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb committed May 7, 2024
1 parent d335b1b commit caa8e92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dav/lib/CalDAV/CalDavBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -1979,7 +1979,6 @@ public function search(
* and retry if we have not reached the limit.
*
* 25 rows and 3 retries is entirely arbitrary.
* Send us a patch if you have something different in mind.
*/
$maxResults = max($limit, 25);
$attempts = 3;
Expand Down

0 comments on commit caa8e92

Please sign in to comment.