Skip to content

Commit

Permalink
Up info count more
Browse files Browse the repository at this point in the history
  • Loading branch information
westsurname authored May 24, 2024
1 parent cebdd99 commit d3b8b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/debrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ async def getInfo(self, refresh=False):
requests.get(inactiveCheckUrl)
self.lastInactiveCheck = currentTime

for _ in range(20):
for _ in range(60):
infoRequest = requests.get(urljoin(torbox['host'], "torrents/mylist"), headers=self.headers)
torrents = infoRequest.json()['data']

Expand Down

0 comments on commit d3b8b58

Please sign in to comment.