Increased rTorrent load_torrent max waiting time to 10 retries/seconds

This commit is contained in:
Dean Gardiner
2014-01-22 22:27:19 +13:00
parent d1dbf3745a
commit d860680823

View File

@@ -134,7 +134,7 @@ class rTorrent(Downloader):
# Send request to rTorrent
try:
# Send torrent to rTorrent
torrent = self.rt.load_torrent(filedata)
torrent = self.rt.load_torrent(filedata, verify_retries=10)
if not torrent:
log.error('Unable to find the torrent, did it fail to load?')