作者 刘锟

合并分支 'akun' 到 'master'

Akun



查看合并请求 !204
@@ -38,6 +38,7 @@ class ProjectImport extends Command @@ -38,6 +38,7 @@ class ProjectImport extends Command
38 38
39 public function handle() 39 public function handle()
40 { 40 {
  41 + ini_set('memory_limit', '512M');
41 while (true) { 42 while (true) {
42 $this->start_import(); 43 $this->start_import();
43 } 44 }