dreamhead / moco

Easy Setup Stub Server
MIT License
4.35k stars 1.08k forks source link

如何调整standalone的可接受大小 #313

Open maodou38 opened 2 years ago

maodou38 commented 2 years ago

传个视频文件就炸了 413 Request Entity Too Large

maodou38 commented 2 years ago

sorry,i don't find that our owner is a foreigner. Let me repeat my question,how to change the standalone service's file receive max length

dreamhead commented 2 years ago

@maodou38 What's you large file? Is it a request or response?

maodou38 commented 2 years ago

It's a request. i want to mock a movie upload interface. Once i upload a file almost several MBs level,it will return the error. Is there any ways to customize the multipart size like java's spring?