Skip to content

Commit

Permalink
Increase file size
Browse files Browse the repository at this point in the history
  • Loading branch information
aorzelskiGH committed Sep 28, 2023
1 parent 4fa4376 commit 8c22880
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AasxServerBlazor/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public void ConfigureServices(IServiceCollection services)
services.Configure<KestrelServerOptions>(options =>
{
options.AllowSynchronousIO = true;
options.Limits.MaxRequestBodySize = int.MaxValue;
});
services.AddRazorPages();
services.AddServerSideBlazor();
Expand Down

0 comments on commit 8c22880

Please sign in to comment.