enh: comment interval

Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Christopher Ng 2023-07-31 12:10:50 -07:00
parent bdf07413d0
commit b04d1a70e2

View file

@ -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);
}