mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Don't check for PMS updates every 10 seconds.
This commit is contained in:
parent
98b4000bc0
commit
1ba3bdfbda
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ def initialize_scheduler():
|
|||
|
||||
if CONFIG.MONITOR_PMS_UPDATES:
|
||||
schedule_job(activity_pinger.check_server_updates, 'Check for Plex updates',
|
||||
hours=0, minutes=0, seconds=10)
|
||||
hours=12, minutes=0, seconds=0)
|
||||
else:
|
||||
schedule_job(activity_pinger.check_server_updates, 'Check for Plex updates',
|
||||
hours=0, minutes=0, seconds=0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue