diff --git a/src/NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs b/src/NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs index ea4b3790f..27688234b 100644 --- a/src/NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs +++ b/src/NzbDrone.Common/Http/Dispatchers/ManagedHttpDispatcher.cs @@ -174,6 +174,7 @@ namespace NzbDrone.Common.Http.Dispatchers PreAuthenticate = true, MaxConnectionsPerServer = 12, ConnectCallback = onConnect, + PooledConnectionLifetime = TimeSpan.FromMinutes(10), SslOptions = new SslClientAuthenticationOptions { RemoteCertificateValidationCallback = _certificateValidationService.ShouldByPassValidationError