Increased timeout for Deluge to prevent timeout errors when posting large torrent files.

pull/3113/head
Taloth Saldono 9 years ago
parent 663d254ced
commit 4e728c3a02

@ -243,7 +243,7 @@ namespace NzbDrone.Core.Download.Clients.Deluge
}
var restClient = RestClientFactory.BuildClient(url);
restClient.Timeout = 4000;
restClient.Timeout = 15000;
if (_authPassword != settings.Password || _authCookieContainer == null)
{

Loading…
Cancel
Save