cfmgrv4 init...2
This commit is contained in:
parent
5c41045439
commit
7fd4651f94
@ -17,6 +17,8 @@ class CloudflareSocket extends MySocket
|
|||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->_auth_entity = $auth_entity;
|
$this->_auth_entity = $auth_entity;
|
||||||
|
self::$_request_max = env("cfmgr.request.max") ?? 1000;
|
||||||
|
self::$_request_timewait = env("cfmgr.request.timewait") ?? 10;
|
||||||
}
|
}
|
||||||
public function getClient(): Client
|
public function getClient(): Client
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user