mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-04 15:12:23 -05:00
Added 10sec timeout for subtitlesFinderScheduler on shutdowns
This commit is contained in:
parent
c83e964ca5
commit
77feb5a74c
@ -1252,7 +1252,7 @@ def halt():
|
||||
subtitlesFinderScheduler.stop.set()
|
||||
logger.log(u"Waiting for the SUBTITLESFINDER thread to exit")
|
||||
try:
|
||||
subtitlesFinderScheduler.join()
|
||||
subtitlesFinderScheduler.join(10)
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user