Fixed constructors, default memory to -1, default async generator

This commit is contained in:
Shoghi Cervantes
2015-03-14 15:50:33 +01:00
parent 11c13cd666
commit 94c2ec8498
5 changed files with 11 additions and 12 deletions

View File

@ -116,7 +116,7 @@ namespace pocketmine {
ini_set("display_startup_errors", 1);
ini_set("default_charset", "utf-8");
ini_set("memory_limit", "256M"); //Default
ini_set("memory_limit", -1);
define("pocketmine\\START_TIME", microtime(true));
$opts = getopt("", ["enable-ansi", "disable-ansi", "data:", "plugins:", "no-wizard", "enable-profiler"]);