From caa8e92dd1ce7092e8051735017f155b8224d4ff Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Tue, 7 May 2024 19:44:38 +0200 Subject: [PATCH] fixup! fix(caldav): event search with limit and timerange Signed-off-by: Daniel Kesselberg --- apps/dav/lib/CalDAV/CalDavBackend.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/dav/lib/CalDAV/CalDavBackend.php b/apps/dav/lib/CalDAV/CalDavBackend.php index ccdf3f833f8b5..b1583e919b567 100644 --- a/apps/dav/lib/CalDAV/CalDavBackend.php +++ b/apps/dav/lib/CalDAV/CalDavBackend.php @@ -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;