From d5b67de8d6d53c1184af6193394b8a9ba6631323 Mon Sep 17 00:00:00 2001 From: hhb <455982533@qq.com> Date: Sat, 21 Sep 2024 23:11:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs b/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs index 74af2ef..1bbc8b8 100644 --- a/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs +++ b/Hadoop/ZKLT.Hadoop.API/Controllers/HadoopController.cs @@ -190,6 +190,7 @@ namespace ZKLT.Hadoop.API.Controllers } [HttpPost("insert")] + [DisableRequestSizeLimit] public ActionResult Insert(HDP_Command command) { try