合并分支 'akun' 到 'master'
Akun 查看合并请求 !204
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论