modify plugin name

This commit is contained in:
2022-07-11 17:51:41 +08:00
parent d80d4af8c5
commit 211905278b
+1 -1
View File
@@ -89,7 +89,7 @@ class Pool extends Component
$lists = [];
$count = $channel->length();
while ($this->status->is(StatusEnum::EXIT) === false) {
if (!(($pdo = $channel->pop(0)) instanceof PDO)) {
if (!(($pdo = $channel->pop(0.001)) instanceof PDO)) {
break;
}
if ($pdo->check()) {