1
0
Fork 0

Update EGG::update time_limit

This commit is contained in:
Mike Schwörer 2021-06-13 21:56:13 +02:00
parent ae75d00fe2
commit 7fe8a0bb93
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require_once (__DIR__ . '/../internals/website.php');
/** @var URLRoute $ROUTE */ global $ROUTE;
/** @var Website $SITE */ global $SITE;
set_time_limit(60*60); // 60min
set_time_limit(6*60*60); // 6h
$r1 = $SITE->modules->ExtendedGitGraph()->update();
if (!$r1)