From e2519a7a299905a03f60b7ae7b8eebf0479f327c Mon Sep 17 00:00:00 2001 From: hhb <455982533@qq.com> Date: Sat, 21 Sep 2024 23:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A7=BB=E9=99=A4=E9=99=90?= =?UTF-8?q?=E5=88=B6=EF=BC=8C=E6=94=B9=E4=B8=BA=E8=AE=BE=E7=BD=AE=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E6=9C=80=E5=A4=A7=E4=B8=BAint=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs b/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs index 1bbc8b8..7969a3c 100644 --- a/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs +++ b/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs @@ -190,7 +190,7 @@ namespace ZKLT.Hadoop.API.Controllers } [HttpPost("insert")] - [DisableRequestSizeLimit] + [RequestSizeLimit(int.MaxValue)] public ActionResult Insert(HDP_Command command) { try