From 5347f9f0f0741f48c198a5ad5a5537ffc56832f1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 8 Mar 2024 14:23:55 +0100 Subject: [PATCH] fix(adminmanual): Document data retention and possible issues Signed-off-by: Christoph Wurst [skip ci] --- admin_manual/release_notes/upgrade_to_26.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_26.rst b/admin_manual/release_notes/upgrade_to_26.rst index b97804ca2ac..cbea53c1f83 100644 --- a/admin_manual/release_notes/upgrade_to_26.rst +++ b/admin_manual/release_notes/upgrade_to_26.rst @@ -21,6 +21,10 @@ A brief overview of changes: See for more information: :ref:`email-smtp-config`. +DAV sync tokens retention +------------------------- + +A mechanism to clean up old CalDAV and CardDAV sync tokens has been added. See :ref:`CalDAV retention ` and :ref:`CardDAV retention ` and make sure it fits your installation size. Web server configuration ------------------------