Merge pull request '图片上传过大问题' (#2) from dev into main

Reviewed-on: #2
pull/3/head
panjiandong 2 months ago
commit a7b9a74036

@ -190,6 +190,7 @@ namespace ZKLT.Hadoop.API.Controllers
} }
[HttpPost("insert")] [HttpPost("insert")]
[RequestSizeLimit(int.MaxValue)]
public ActionResult Insert(HDP_Command command) public ActionResult Insert(HDP_Command command)
{ {
try try

@ -1 +1 @@
docker build -f ./Dockerfile -t hadoop:1.0.5 ../../. docker build -f ./Dockerfile -t hadoop:1.0.6 ../../.
Loading…
Cancel
Save