Skip to content

Instantly share code, notes, and snippets.

@scattered-code
Created September 21, 2020 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scattered-code/9f1d300136d3b17ab8ba7697cace0fbe to your computer and use it in GitHub Desktop.
Save scattered-code/9f1d300136d3b17ab8ba7697cace0fbe to your computer and use it in GitHub Desktop.
...
.UseKestrel(options =>
{
options.Limits.MaxRequestBodySize = 209715200;
});
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment