summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BackgroundJob/PruneOutdatedSyncTokensJob.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+64
We remove all outdated sync tokens, based on their auto-incremented ID. By default we only keep the last 10 000, but this can be configurable. Signed-off-by: Thomas Citharel <tcit@tcit.fr>