1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-10 23:29:53 +02:00

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

View File

@ -90,6 +90,7 @@ public object Restore(int id)
}
[HttpPost("restore/upload")]
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
public object UploadAndRestore()
{
var files = Request.Form.Files;