mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
Increase maximum backup restoration size to 5GB
(cherry picked from commit e38deb34221ebf131adcce9551774898f46b1f7f)
This commit is contained in:
parent
04f26dbff7
commit
09cfdc3fa2
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ public object Restore([FromRoute] int id)
|
|||
}
|
||||
|
||||
[HttpPost("restore/upload")]
|
||||
[RequestFormLimits(MultipartBodyLengthLimit = 500000000)]
|
||||
[RequestFormLimits(MultipartBodyLengthLimit = 5000000000)]
|
||||
public object UploadAndRestore()
|
||||
{
|
||||
var files = Request.Form.Files;
|
||||
|
|
|
|||
Loading…
Reference in a new issue