enh: comment interval

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/39651/head
Christopher Ng 3 years ago
parent bdf07413d0
commit b04d1a70e2
  1. 2
      apps/files_reminders/lib/BackgroundJob/CleanUpReminders.php

@ -38,7 +38,7 @@ class CleanUpReminders extends TimedJob {
) {
parent::__construct($time);
$this->setInterval(60 * 60 * 24);
$this->setInterval(24 * 60 * 60); // 1 day
$this->setTimeSensitivity(IJob::TIME_INSENSITIVE);
}

Loading…
Cancel
Save