stanley-king 7 年 前
コミット
6cdcea602f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      helper/async/IAsync.php

+ 1 - 1
helper/async/IAsync.php

@@ -10,7 +10,7 @@ namespace async;
 
 abstract class IAsync
 {
-    const max_level_pushs = 20;
+    const max_level_pushs = 100;
     abstract public function run();
 
     protected function ex_user($invitees,$user)