正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -64,7 +64,7 @@ class AutoMail { | @@ -64,7 +64,7 @@ class AutoMail { | ||
64 | 2 Unzustellbar | 64 | 2 Unzustellbar |
65 | 2 Notification | 65 | 2 Notification |
66 | 2 expired'; | 66 | 2 expired'; |
67 | - $filter = explode("\r\n",$filter); | 67 | + $filter = explode("\n",$filter); |
68 | foreach ($filter as $f) { | 68 | foreach ($filter as $f) { |
69 | if (!$f) continue; | 69 | if (!$f) continue; |
70 | $this->filter[] = [ | 70 | $this->filter[] = [ |
@@ -143,7 +143,7 @@ swoole_set_process_name('auto-reply-run-man'); | @@ -143,7 +143,7 @@ swoole_set_process_name('auto-reply-run-man'); | ||
143 | 143 | ||
144 | $pm = new Swoole\Process\Manager(); | 144 | $pm = new Swoole\Process\Manager(); |
145 | 145 | ||
146 | -$pm->addBatch(10,function (){ | 146 | +$pm->addBatch(1,function (){ |
147 | 147 | ||
148 | swoole_set_process_name('auto-reply-email-run'); | 148 | swoole_set_process_name('auto-reply-email-run'); |
149 | 149 |
-
请 注册 或 登录 后发表评论