mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Add Plex server down notification threshold setting
This commit is contained in:
parent
802dfe10be
commit
7045597c61
6 changed files with 38 additions and 9 deletions
|
@ -493,7 +493,7 @@ def initialize_scheduler():
|
|||
|
||||
# Schedule job to reconnect server
|
||||
schedule_job(activity_pinger.connect_server, 'Check for server response',
|
||||
hours=0, minutes=0, seconds=60, args=(False,))
|
||||
hours=0, minutes=0, seconds=30, args=(False,))
|
||||
schedule_job(web_socket.send_ping, 'Websocket ping',
|
||||
hours=0, minutes=0, seconds=0)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue