改名
This commit is contained in:
@@ -51,7 +51,7 @@ abstract class Pool extends Component
|
|||||||
if ($timeout != -1) {
|
if ($timeout != -1) {
|
||||||
$client = $this->_items[$name]->pop($timeout);
|
$client = $this->_items[$name]->pop($timeout);
|
||||||
} else {
|
} else {
|
||||||
$client = $this->_items[$name]->pop(60);
|
$client = $this->_items[$name]->pop();
|
||||||
}
|
}
|
||||||
if (!$this->checkCanUse(...$client)) {
|
if (!$this->checkCanUse(...$client)) {
|
||||||
unset($client);
|
unset($client);
|
||||||
|
|||||||
Reference in New Issue
Block a user