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")]
|
||||
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
|
||||
public object UploadAndRestore()
|
||||
{
|
||||
var files = Request.Form.Files;
|
||||
|
|
Loading…
Reference in New Issue