Skip to content

Commit

Permalink
Merge pull request #593 from bcgov/yj
Browse files Browse the repository at this point in the history
chore: increase MaxResponseBufferSize
  • Loading branch information
ychung-mot authored Aug 30, 2024
2 parents 0203b2f + 24b8c5a commit 02a28a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/StrDss.Api/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
builder.WebHost.ConfigureKestrel((context, options) =>
{
options.AddServerHeader = false;
options.Limits.MaxResponseBufferSize = 100 * 1024 * 1024;
});

var dbHost = builder.Configuration.GetValue<string>("DB_HOST");
Expand Down

0 comments on commit 02a28a8

Please sign in to comment.