mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Fixed: Restoring large database backups
Remove Kestrel's default 28.6MB upload limit (cherry picked from commit 286b083da429a49638c9121b1dda058b5425c476)
This commit is contained in:
parent
1be3cdadb4
commit
92aae86664
1 changed files with 4 additions and 3 deletions
|
@ -79,6 +79,7 @@ namespace NzbDrone.Host
|
||||||
.ConfigureKestrel(serverOptions =>
|
.ConfigureKestrel(serverOptions =>
|
||||||
{
|
{
|
||||||
serverOptions.AllowSynchronousIO = true;
|
serverOptions.AllowSynchronousIO = true;
|
||||||
|
serverOptions.Limits.MaxRequestBodySize = null;
|
||||||
})
|
})
|
||||||
.ConfigureLogging(logging =>
|
.ConfigureLogging(logging =>
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue