mirror of
https://github.com/nextcloud/server.git
synced 2026-03-01 04:50:40 -05:00
enh: comment interval
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
parent
bdf07413d0
commit
b04d1a70e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue