1
0
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:
echel0n 2014-09-14 18:03:21 -07:00
parent 4fe3a96051
commit f211a7eccf

View File

@ -368,6 +368,8 @@ class NewznabProvider(generic.NZBProvider):
term_items_found = True
do_search_alt = False
time.sleep(0.2)
return results