summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dav/lib/BackgroundJob/CalendarRetentionJob.php')
-rw-r--r--apps/dav/lib/BackgroundJob/CalendarRetentionJob.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php b/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
index 6be6d7c3cd1..b57ed07d5c2 100644
--- a/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
+++ b/apps/dav/lib/BackgroundJob/CalendarRetentionJob.php
@@ -40,6 +40,7 @@ class CalendarRetentionJob extends TimedJob {
// Run four times a day
$this->setInterval(6 * 60 * 60);
+ $this->setTimeSensitivity(self::TIME_SENSITIVE);
}
protected function run($argument): void {