改名
This commit is contained in:
@@ -249,8 +249,7 @@ abstract class Pool extends Component
|
|||||||
if (!isset($this->hasCreate[$name])) {
|
if (!isset($this->hasCreate[$name])) {
|
||||||
$this->hasCreate[$name] = 0;
|
$this->hasCreate[$name] = 0;
|
||||||
}
|
}
|
||||||
var_dump($this->hasCreate[$name] . '->' . $this->max);
|
return $this->hasCreate[$name] < $this->max;
|
||||||
return $this->hasCreate[$name] >= $this->max;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user