413 #11

Closed
opened 1 year ago by Sirius · 0 comments
Sirius commented 1 year ago
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 1 year ago
Sirius closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sirius/note#11
Loading…
There is no content yet.