Compare commits

..

No commits in common. 'fdc3db18ef4d9691eea38f50716af2f9fb2771fb' and 'bf17f55f4187baabcc7c91cb245428fcbb0d8eb9' have entirely different histories.

@ -190,7 +190,6 @@ 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.6 ../../. docker build -f ./Dockerfile -t hadoop:1.0.5 ../../.
Loading…
Cancel
Save