Update EGG::update time_limit
This commit is contained in:
parent
ae75d00fe2
commit
7fe8a0bb93
@ -5,7 +5,7 @@ require_once (__DIR__ . '/../internals/website.php');
|
|||||||
/** @var URLRoute $ROUTE */ global $ROUTE;
|
/** @var URLRoute $ROUTE */ global $ROUTE;
|
||||||
/** @var Website $SITE */ global $SITE;
|
/** @var Website $SITE */ global $SITE;
|
||||||
|
|
||||||
set_time_limit(60*60); // 60min
|
set_time_limit(6*60*60); // 6h
|
||||||
|
|
||||||
$r1 = $SITE->modules->ExtendedGitGraph()->update();
|
$r1 = $SITE->modules->ExtendedGitGraph()->update();
|
||||||
if (!$r1)
|
if (!$r1)
|
||||||
|
Loading…
Reference in New Issue
Block a user