Slow down heartbeat update

This commit is contained in:
ahmadbilalkhalid 2019-12-30 15:18:25 +05:00
parent 52867614df
commit 9963e9c62d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ def update_heartbeat(hostname):
while True:
this_host.update_heartbeat()
host_pool.put(this_host)
time.sleep(3)
time.sleep(10)
def maintenance(host):