Improve handling of keepalive and message printing

This commit is contained in:
2018-06-06 14:53:28 -04:00
parent 66fe258655
commit 0794cc854c
2 changed files with 15 additions and 15 deletions

View File

@ -119,7 +119,7 @@ update_zookeeper = this_node.update_zookeeper
# Create timer to update this node in Zookeeper
update_timer = apscheduler.schedulers.background.BackgroundScheduler()
update_timer.add_job(update_zookeeper, 'interval', seconds=2)
update_timer.add_job(update_zookeeper, 'interval', seconds=5)
update_timer.start()
# Tick loop