mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Increased timeout for Deluge to prevent timeout errors when posting large torrent files.
This commit is contained in:
parent
663d254ced
commit
4e728c3a02
@ -243,7 +243,7 @@ private IRestClient BuildClient(DelugeSettings settings)
|
|||||||
}
|
}
|
||||||
|
|
||||||
var restClient = RestClientFactory.BuildClient(url);
|
var restClient = RestClientFactory.BuildClient(url);
|
||||||
restClient.Timeout = 4000;
|
restClient.Timeout = 15000;
|
||||||
|
|
||||||
if (_authPassword != settings.Password || _authCookieContainer == null)
|
if (_authPassword != settings.Password || _authCookieContainer == null)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user