fix(alldebrid): reduce magnet poll frequency
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ class AlldebridDownloader:
|
||||
links = self.get_torrent_links(magnet_id)
|
||||
if links:
|
||||
return list(pool.map(self._unrestrict_link, links))
|
||||
time.sleep(5)
|
||||
time.sleep(10)
|
||||
return None
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user