cfmgrv4 init...2

This commit is contained in:
최준흠 2024-10-14 13:38:07 +09:00
parent 5c41045439
commit 7fd4651f94

View File

@ -17,6 +17,8 @@ class CloudflareSocket extends MySocket
{
parent::__construct();
$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
{