浏览代码

add to local

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)