PocketMine.php: remove useless set_time_limit() call

this is hardcoded to zero in the PHP core anyway.
This commit is contained in:
Dylan K. Taylor 2019-08-25 19:41:53 +01:00
parent c4376d13ae
commit a53f698d38

View File

@ -193,8 +193,6 @@ namespace pocketmine {
$autoloader = new \BaseClassLoader();
$autoloader->register(false);
set_time_limit(0); //Who set it to 30 seconds?!?!
set_ini_entries();
define('pocketmine\RESOURCE_PATH', \pocketmine\PATH . 'resources' . DIRECTORY_SEPARATOR);