Skip to content

Commit

Permalink
Fixed build job ttr
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Leveille committed Mar 29, 2023
1 parent 3636155 commit 0cc9182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/site/services/BuildService.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public function addQueueJob(): void
{
Site::getInstance()->getCache()->clearCaches();

$ttr = $this->getBuildTime();
$ttr = $this->getBuildTime() + 60;
Queue::push(new BuildJob(), null, null, $ttr);
}

Expand Down

0 comments on commit 0cc9182

Please sign in to comment.