From a69e8969a4520a36f841f42aeb919897805d50ec Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 30 Jun 2026 16:45:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E6=97=B6=E9=97=B4=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.API/appsettings.Prod_Event_IRC.json | 2 +- IRaCIS.Core.API/appsettings.Prod_IRC.json | 2 +- IRaCIS.Core.API/appsettings.Test_IRC.json | 2 +- IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json | 2 +- IRaCIS.Core.API/appsettings.US_Prod_IRC.json | 2 +- IRaCIS.Core.API/appsettings.US_Test_IRC.json | 2 +- IRaCIS.Core.API/appsettings.US_Uat_IRC.json | 2 +- IRaCIS.Core.API/appsettings.Uat_IRC.json | 2 +- IRaCIS.Core.API/appsettings.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/IRaCIS.Core.API/appsettings.Prod_Event_IRC.json b/IRaCIS.Core.API/appsettings.Prod_Event_IRC.json index 47936737a..b4d3027b1 100644 --- a/IRaCIS.Core.API/appsettings.Prod_Event_IRC.json +++ b/IRaCIS.Core.API/appsettings.Prod_Event_IRC.json @@ -117,7 +117,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.Prod_IRC.json b/IRaCIS.Core.API/appsettings.Prod_IRC.json index db86245af..671c9e50b 100644 --- a/IRaCIS.Core.API/appsettings.Prod_IRC.json +++ b/IRaCIS.Core.API/appsettings.Prod_IRC.json @@ -117,7 +117,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.Test_IRC.json b/IRaCIS.Core.API/appsettings.Test_IRC.json index 3e3eea57b..01c61ee21 100644 --- a/IRaCIS.Core.API/appsettings.Test_IRC.json +++ b/IRaCIS.Core.API/appsettings.Test_IRC.json @@ -206,7 +206,7 @@ // 是否启用重复请求检测 "IsEnabled": true, // 重复请求时间窗口(毫秒) - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, // 缓存请求时间(秒) "CacheTimeSeconds": 5, "ExcludedPaths": [ diff --git a/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json b/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json index ebd2c44fe..22ca28136 100644 --- a/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json +++ b/IRaCIS.Core.API/appsettings.Test_IRC_PGSQL.json @@ -97,7 +97,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.US_Prod_IRC.json b/IRaCIS.Core.API/appsettings.US_Prod_IRC.json index 14b84eaf0..25dd2dc87 100644 --- a/IRaCIS.Core.API/appsettings.US_Prod_IRC.json +++ b/IRaCIS.Core.API/appsettings.US_Prod_IRC.json @@ -122,7 +122,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.US_Test_IRC.json b/IRaCIS.Core.API/appsettings.US_Test_IRC.json index b455bdf8c..dd3b6a562 100644 --- a/IRaCIS.Core.API/appsettings.US_Test_IRC.json +++ b/IRaCIS.Core.API/appsettings.US_Test_IRC.json @@ -102,7 +102,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.US_Uat_IRC.json b/IRaCIS.Core.API/appsettings.US_Uat_IRC.json index d9408c07b..73d2c1a1b 100644 --- a/IRaCIS.Core.API/appsettings.US_Uat_IRC.json +++ b/IRaCIS.Core.API/appsettings.US_Uat_IRC.json @@ -107,7 +107,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.Uat_IRC.json b/IRaCIS.Core.API/appsettings.Uat_IRC.json index 2186b76d6..015052fe4 100644 --- a/IRaCIS.Core.API/appsettings.Uat_IRC.json +++ b/IRaCIS.Core.API/appsettings.Uat_IRC.json @@ -134,7 +134,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ] diff --git a/IRaCIS.Core.API/appsettings.json b/IRaCIS.Core.API/appsettings.json index 4889af5de..c0f519a6e 100644 --- a/IRaCIS.Core.API/appsettings.json +++ b/IRaCIS.Core.API/appsettings.json @@ -77,7 +77,7 @@ }, "RequestDuplicationOptions": { "IsEnabled": true, - "DuplicationWindowMs": 200, + "DuplicationWindowMs": 500, "CacheTimeSeconds": 5, "ExcludedPaths": [ ]