Skip to content

Commit 02a28a8

Browse files
authored
Merge pull request #593 from bcgov/yj
chore: increase MaxResponseBufferSize
2 parents 0203b2f + 24b8c5a commit 02a28a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/StrDss.Api/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
builder.WebHost.ConfigureKestrel((context, options) =>
2525
{
2626
options.AddServerHeader = false;
27+
options.Limits.MaxResponseBufferSize = 100 * 1024 * 1024;
2728
});
2829

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

0 commit comments

Comments
 (0)