1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Possible fix for high CPU usage when doing NZB searches

This commit is contained in:
echel0n 2014-09-14 17:59:37 -07:00
parent 22d7230b3f
commit 4fe3a96051

View File

@ -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):