mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Possible fix for high CPU usage when doing NZB searches
This commit is contained in:
parent
22d7230b3f
commit
4fe3a96051
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue