mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-10 19:35:08 -05:00
Possible fix for high CPU usage when doing NZB searches
This commit is contained in:
parent
22d7230b3f
commit
4fe3a96051
@ -314,6 +314,8 @@ class NewznabProvider(generic.NZBProvider):
|
||||
total - offset) + " more items to be fetched from provider. Fetching another " + str(
|
||||
params['limit']) + " items.", logger.DEBUG)
|
||||
|
||||
time.sleep(0.2)
|
||||
|
||||
return results
|
||||
|
||||
def findPropers(self, search_date=None):
|
||||
|
Loading…
Reference in New Issue
Block a user