mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
PocketMine.php: remove useless set_time_limit() call
this is hardcoded to zero in the PHP core anyway.
This commit is contained in:
parent
c4376d13ae
commit
a53f698d38
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user