Increase timeout delay for install
This commit is contained in:
parent
e52559783f
commit
84cc04a2c6
@ -39,7 +39,7 @@ $ok = 0;
|
||||
$err = error_reporting();
|
||||
error_reporting(0); // Disable all errors
|
||||
//error_reporting(E_ALL);
|
||||
@set_time_limit(900); // Need 900 on some OS like Windows 7/64
|
||||
@set_time_limit(1800); // Need 1800 on some very slow OS like Windows 7/64
|
||||
error_reporting($err);
|
||||
|
||||
$action = GETPOST('action', 'aZ09') ?GETPOST('action', 'aZ09') : (empty($argv[1]) ? '' : $argv[1]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user