作者 刘锟

自定义模块采集

@@ -57,9 +57,9 @@ class ProjectUpdate extends Command @@ -57,9 +57,9 @@ class ProjectUpdate extends Command
57 public function handle() 57 public function handle()
58 { 58 {
59 ini_set('memory_limit', '512M'); 59 ini_set('memory_limit', '512M');
60 -// while (true) {  
61 - $this->start_update();  
62 -// } 60 + while (true) {
  61 + $this->start_update();
  62 + }
63 } 63 }
64 64
65 protected function start_update() 65 protected function start_update()