diff --git a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrent.cs b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrent.cs index cc9b80aa5..b04d80e81 100644 --- a/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrent.cs +++ b/src/NzbDrone.Core/Download/Clients/rTorrent/RTorrent.cs @@ -75,8 +75,8 @@ namespace NzbDrone.Core.Download.Clients.RTorrent { _proxy.AddTorrentFromFile(filename, fileContent, Settings); - var tries = 2; - var retryDelay = 100; + var tries = 5; + var retryDelay = 200; if (WaitForTorrent(hash, tries, retryDelay)) { _proxy.SetTorrentLabel(hash, Settings.MovieCategory, Settings);