From d887fe8e70ea205a56daddc9be89a0c1e3065707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Wed, 24 May 2023 01:51:03 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E5=9B=A0=20web-nuxt=20=E6=8F=90=E9=AB=98?= =?UTF-8?q?=20API=20=E8=8A=82=E6=B5=81=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/throttle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/throttle.php b/config/throttle.php index a6c7d256..fc004f38 100644 --- a/config/throttle.php +++ b/config/throttle.php @@ -15,7 +15,7 @@ return [ // 要被限制的请求类型, eg: GET POST PUT DELETE HEAD 等 'visit_method' => ['GET', 'HEAD'], // 设置访问频率,例如 '10/m' 指的是允许每分钟请求10次;'10/60'指允许每60秒请求10次。值 null 表示不限制, eg: null 10/m 20/h 300/d 200/300 - 'visit_rate' => '70/m', + 'visit_rate' => '120/m', /* * 设置节流算法,组件提供了四种算法: * - CounterFixed :计数固定窗口