1
0

Update EGG::update time_limit

This commit is contained in:
Mike Schwörer 2021-06-13 09:46:15 +02:00
parent bd5d13003b
commit 9277ce1a65
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ require_once (__DIR__ . '/../internals/website.php');
/** @var Website $SITE */ global $SITE;
set_time_limit(900); // 15min
set_time_limit(15*60); // 15min
$v = $SITE->modules->ExtendedGitGraph()->updateCache();

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(900); // 15min
set_time_limit(60*60); // 60min
$r1 = $SITE->modules->ExtendedGitGraph()->update();
if (!$r1)