We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当上传大文件时会返回 Failed to read the request form. Request body too large. The max request body size is 30000000 bytes.
Failed to read the request form. Request body too large. The max request body size is 30000000 bytes.
ASP.NET 这个默认值对于大带宽的服务器的确不够用,建议增加一个可自主调节的选项?
The text was updated successfully, but these errors were encountered:
feat: expose Kestrel options in appsettings.json (#163)
6bdcd92
Expose Kestrel options in appsettings.json to allow the customization to the web server. Fixes #163.
3a19ec3
Successfully merging a pull request may close this issue.
当上传大文件时会返回
Failed to read the request form. Request body too large. The max request body size is 30000000 bytes.
ASP.NET 这个默认值对于大带宽的服务器的确不够用,建议增加一个可自主调节的选项?
The text was updated successfully, but these errors were encountered: