소스 검색

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)