改名
This commit is contained in:
@@ -18,6 +18,8 @@ use Swoole\Timer;
|
||||
class Connection extends Pool
|
||||
{
|
||||
|
||||
use Timeout;
|
||||
|
||||
public array $hasCreate = [];
|
||||
|
||||
public int $timeout = 1900;
|
||||
@@ -25,8 +27,6 @@ class Connection extends Pool
|
||||
/** @var PDO[] */
|
||||
protected array $connections = [];
|
||||
|
||||
public int $creates = 0;
|
||||
|
||||
|
||||
/**
|
||||
* @param $timeout
|
||||
|
||||
Reference in New Issue
Block a user