mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-13 03:22:22 -05:00
Added sleep timer for proper finder code to prevent high CPU usage
This commit is contained in:
parent
4fe3a96051
commit
f211a7eccf
@ -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 New Issue
Block a user