[-] Installer : set_time_limit is set to infinite then set to 300 seconds... Second one changed.
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13278 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -64,7 +64,7 @@ require_once(_PS_INSTALL_PATH_.'classes/sqlLoader.php');
|
||||
require_once(_PS_INSTALL_PATH_.'classes/xmlLoader.php');
|
||||
require_once(_PS_INSTALL_PATH_.'classes/simplexml.php');
|
||||
|
||||
@set_time_limit(300);
|
||||
@set_time_limit(0);
|
||||
|
||||
// Try to improve memory limit if it's under 32M
|
||||
if (Tools::getMemoryLimit() < Tools::getOctets('32M'))
|
||||
|
||||
Reference in New Issue
Block a user