From af98ef56a1f7da10797754ffa77a7d15cb8a59c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B7=B3?= <454313500@qq.com> Date: Mon, 11 Mar 2024 17:29:38 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0=E9=99=90=E6=B5=81?= =?UTF-8?q?=E9=99=90=E5=88=B6=E4=B8=8A=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Abp.Net8/src/Yi.Abp.Web/YiAbpWebModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yi.Abp.Net8/src/Yi.Abp.Web/YiAbpWebModule.cs b/Yi.Abp.Net8/src/Yi.Abp.Web/YiAbpWebModule.cs index 8b38803f..dd62fbf0 100644 --- a/Yi.Abp.Net8/src/Yi.Abp.Web/YiAbpWebModule.cs +++ b/Yi.Abp.Net8/src/Yi.Abp.Web/YiAbpWebModule.cs @@ -165,7 +165,7 @@ namespace Yi.Abp.Web (userAgent, _ => new SlidingWindowRateLimiterOptions { - PermitLimit = 100, + PermitLimit = 1000, Window = TimeSpan.FromSeconds(60), SegmentsPerWindow = 6, QueueProcessingOrder = QueueProcessingOrder.OldestFirst