mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-25 11:13:39 +02:00
Fixed: Allow restore to process backups up to ~500MB
This commit is contained in:
parent
af8c67a24d
commit
551edb9e65
@ -90,6 +90,7 @@ namespace Sonarr.Api.V3.System.Backup
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("restore/upload")]
|
[HttpPost("restore/upload")]
|
||||||
|
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
|
||||||
public object UploadAndRestore()
|
public object UploadAndRestore()
|
||||||
{
|
{
|
||||||
var files = Request.Form.Files;
|
var files = Request.Form.Files;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user