Compare commits

..

1 Commits

Author SHA1 Message Date
Ivan Sanz Carasa 24d7137a6d
Merge 1b7211214f into c8a6b9f565 2024-04-25 09:17:18 +00:00
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ namespace NzbDrone.Core.Download
{
{ Result.HasHttpServerError: true } => PredicateResult.True(),
{ Result.StatusCode: HttpStatusCode.RequestTimeout } => PredicateResult.True(),
{ Exception: HttpException { Response.HasHttpServerError: true } } => PredicateResult.True(),
_ => PredicateResult.False()
},
Delay = TimeSpan.FromSeconds(3),