]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): Reduce CalDAV backend memory footprint 40665/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Wed, 27 Sep 2023 16:36:45 +0000 (18:36 +0200)
committerChristoph Wurst <christoph@winzerhof-wurst.at>
Thu, 2 Nov 2023 10:12:34 +0000 (11:12 +0100)
commit91b31bfb15a5695da187deaa0dc9122c617a8f93
tree6dc5c9f93247f734f147bd91f7872fc20ca6e041
parentb2c0cd9e266d82382d101da195e7745ebe0accfd
fix(dav): Reduce CalDAV backend memory footprint

fetchAll inflates memory. Fetching in a loop allows GC to run earlier
and more often.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/dav/lib/CalDAV/CalDavBackend.php