正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -7,7 +7,7 @@ use Swoole\Process; | @@ -7,7 +7,7 @@ use Swoole\Process; | ||
7 | include_once __DIR__."/../vendor/autoload.php"; | 7 | include_once __DIR__."/../vendor/autoload.php"; |
8 | 8 | ||
9 | exec("ps -aux|grep -E \"mail-serve-sync-list\" -c",$exec); | 9 | exec("ps -aux|grep -E \"mail-serve-sync-list\" -c",$exec); |
10 | -if(intval($exec[0]) > 20){ | 10 | +if(intval($exec[0]) > 50){ |
11 | exit; | 11 | exit; |
12 | } | 12 | } |
13 | 13 |
-
请 注册 或 登录 后发表评论