Skip to content

Commit 96b0d16

Browse files
committed
fixup! fix: make ScheduledNotifications a TimedJob and...
Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
1 parent bc8aaff commit 96b0d16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Log/Rotate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Rotate extends TimedJob {
2525
public function __construct(ITimeFactory $time) {
2626
parent::__construct($time);
2727

28-
$this->setInterval(5);
28+
$this->setInterval(3600);
2929
}
3030

3131
public function run($argument): void {

0 commit comments

Comments
 (0)