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 = []; $lists = [];
$count = $channel->length(); $count = $channel->length();
while ($this->status->is(StatusEnum::EXIT) === false) { while ($this->status->is(StatusEnum::EXIT) === false) {
if (!(($pdo = $channel->pop(0)) instanceof PDO)) { if (!(($pdo = $channel->pop(0.001)) instanceof PDO)) {
break; break;
} }
if ($pdo->check()) { if ($pdo->check()) {