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