413 #11

Closed
opened 2024-10-21 13:02:40 +08:00 by Sirius · 0 comments
Owner
builder.WebHost.ConfigureKestrel(options =>
{
    options.Limits.MaxRequestBodySize = 104857600; // 100MB
});
```csharp builder.WebHost.ConfigureKestrel(options => { options.Limits.MaxRequestBodySize = 104857600; // 100MB }); ```
Sirius added the dotnet label 2024-10-21 13:02:40 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Sirius/note#11