Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
reset cron interval to 15min
Signed-off-by: Artur Neumann <[email protected]>
  • Loading branch information
individual-it committed Nov 8, 2022
commit 123f9d2e1893317b4ee6c9ea982d3fc13e409042
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