]> source.dussan.org Git - nextcloud-server.git/commitdiff
enh: comment interval
authorChristopher Ng <chrng8@gmail.com>
Mon, 31 Jul 2023 19:10:50 +0000 (12:10 -0700)
committerChristopher Ng <chrng8@gmail.com>
Thu, 3 Aug 2023 22:30:11 +0000 (15:30 -0700)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files_reminders/lib/BackgroundJob/CleanUpReminders.php

index 581b4c8935128030d6bf14b0e6eecd389875286c..cf55ee54509c98b8d45d452f3528baa1cf602a50 100644 (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);
        }