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

(cherry picked from commit 551edb9e655d2a541a2232f85e79a5e3f7b433aa)
This commit is contained in:
Qstick 2023-06-27 22:05:37 -05:00 committed by Bogdan
parent c88cf5fed4
commit a403715d6f

View file

@ -90,6 +90,7 @@ namespace Lidarr.Api.V1.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;