mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-01 00:43:37 +00:00
Added sleep timer for proper finder code to prevent high CPU usage
This commit is contained in:
parent
4fe3a96051
commit
f211a7eccf
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ class NewznabProvider(generic.NZBProvider):
|
|||
term_items_found = True
|
||||
do_search_alt = False
|
||||
|
||||
time.sleep(0.2)
|
||||
|
||||
return results
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue