We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0203b2f + 24b8c5a commit 02a28a8Copy full SHA for 02a28a8
server/StrDss.Api/Program.cs
@@ -24,6 +24,7 @@
24
builder.WebHost.ConfigureKestrel((context, options) =>
25
{
26
options.AddServerHeader = false;
27
+ options.Limits.MaxResponseBufferSize = 100 * 1024 * 1024;
28
});
29
30
var dbHost = builder.Configuration.GetValue<string>("DB_HOST");
0 commit comments