改名
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ class Pool extends Component
|
|||||||
*/
|
*/
|
||||||
private function newChannel($name, $max = null)
|
private function newChannel($name, $max = null)
|
||||||
{
|
{
|
||||||
if ($max !== null) {
|
if ($max == null) {
|
||||||
$max = Config::get('databases.pool.max', 10);
|
$max = Config::get('databases.pool.max', 10);
|
||||||
}
|
}
|
||||||
if (Coroutine::getCid() === -1) {
|
if (Coroutine::getCid() === -1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user