Skip to content

Commit

Permalink
set cron to 20 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Jan 2, 2018
1 parent 66f5ef2 commit 6c75630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cron/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class Index extends TimedJob {
private $runner;

public function __construct() {
$this->setInterval(5); // 20 minutes
$this->setInterval(20 * 60); // 20 minutes
}


Expand Down

0 comments on commit 6c75630

Please sign in to comment.