From 7fd4651f94e46574c92dda1d2de8afa44fcf1151 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 14 Oct 2024 13:38:07 +0900 Subject: [PATCH] cfmgrv4 init...2 --- app/Libraries/MySocket/CloudflareSocket.php | 2 ++ 1 file changed, 2 insertions(+) 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 {