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:
parent
af8c67a24d
commit
551edb9e65
@ -90,6 +90,7 @@ public object Restore(int id)
|
||||
}
|
||||
|
||||
[HttpPost("restore/upload")]
|
||||
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
|
||||
public object UploadAndRestore()
|
||||
{
|
||||
var files = Request.Form.Files;
|
||||
|
Loading…
Reference in New Issue
Block a user