Skip to content

Commit 24b8c5a

Browse files
committed
chore: increase MaxResponseBufferSize
1 parent fd25d0c commit 24b8c5a

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)