79525966

Date: 2025-03-21 15:56:52
Score: 0.5
Natty:
Report link

If you are using Host.CreateDefaultBuilder()

Host.CreateDefaultBuilder(args)
           ...
           .ConfigureWebHostDefaults(webBuilder =>
           {
               webBuilder.ConfigureKestrel(options => options.Limits.MaxRequestBodySize = 50 * 1024 * 1024);
               ...
           });
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Tropin Alexey