stanley-king il y a 7 ans
Parent
commit
6cdcea602f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)