Increase Plex Companion sleep
This commit is contained in:
parent
d2c52c1050
commit
260579f32d
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class PlexCompanion(Thread):
|
||||||
queue.task_done()
|
queue.task_done()
|
||||||
# Don't sleep
|
# Don't sleep
|
||||||
continue
|
continue
|
||||||
sleep(20)
|
sleep(50)
|
||||||
|
|
||||||
client.stop_all()
|
client.stop_all()
|
||||||
if httpd:
|
if httpd:
|
||||||
|
|
Loading…
Reference in a new issue