Browse Source

add to local

stanley-king 7 years ago
parent
commit
6cdcea602f
1 changed files with 1 additions and 1 deletions
  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)