diff --git a/app/Libraries/MySocket/CloudflareSocket.php b/app/Libraries/MySocket/CloudflareSocket.php index 41ba006..9013a5d 100644 --- a/app/Libraries/MySocket/CloudflareSocket.php +++ b/app/Libraries/MySocket/CloudflareSocket.php @@ -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 {