Skip to content

Commit

Permalink
Merge pull request #81 from DankersW/fix/host_health_update_time
Browse files Browse the repository at this point in the history
host health update time changed to 10 minutes instead of 1
  • Loading branch information
DankersW authored Mar 16, 2021
2 parents ed90b51 + 5009fd8 commit 246a697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home_automation_framework/host_health/health_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class HealthMonitor(Thread):
running = True
update_time_sec = 60
update_time_sec = 600
subscribed_event = []

def __init__(self, queue: Queue, thread_event: Event) -> None:
Expand Down

0 comments on commit 246a697

Please sign in to comment.