Slow down heartbeat update
This commit is contained in:
parent
52867614df
commit
9963e9c62d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def update_heartbeat(hostname):
|
||||||
while True:
|
while True:
|
||||||
this_host.update_heartbeat()
|
this_host.update_heartbeat()
|
||||||
host_pool.put(this_host)
|
host_pool.put(this_host)
|
||||||
time.sleep(3)
|
time.sleep(10)
|
||||||
|
|
||||||
|
|
||||||
def maintenance(host):
|
def maintenance(host):
|
||||||
|
|
Loading…
Reference in a new issue