Fixed: Allow restore to process backups up to ~500MB

This commit is contained in:
Qstick 2023-06-27 22:05:37 -05:00 committed by Mark McDowall
parent af8c67a24d
commit 551edb9e65
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ namespace Sonarr.Api.V3.System.Backup
}
[HttpPost("restore/upload")]
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
public object UploadAndRestore()
{
var files = Request.Form.Files;