Skip to content

Commit

Permalink
reset cron interval to 15min
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Neumann <artur@jankaritech.com>
  • Loading branch information
individual-it committed Nov 3, 2022
1 parent c1d6085 commit 826a56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BackgroundJob/CheckNotifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(ITimeFactory $time,
LoggerInterface $logger) {
parent::__construct($time);
// Every 15 minutes
$this->setInterval(15);
$this->setInterval(60 * 15);

$this->openprojectAPIService = $openprojectAPIService;
$this->logger = $logger;
Expand Down

0 comments on commit 826a56f

Please sign in to comment.