Compare commits

..

3 Commits
main ... dev

@ -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