diff --git a/webapp/src/Service/ScoreboardService.php b/webapp/src/Service/ScoreboardService.php index 514df61299..a9fa613323 100644 --- a/webapp/src/Service/ScoreboardService.php +++ b/webapp/src/Service/ScoreboardService.php @@ -613,6 +613,8 @@ public function updateRankCache(Contest $contest, Team $team): void */ public function refreshCache(Contest $contest, ?callable $progressReporter = null): void { + ini_set('max_execution_time', 300); + $this->dj->auditlog('contest', $contest->getCid(), 'refresh scoreboard cache'); if ($progressReporter === null) {