Lower sleep time during daemon start

This commit is contained in:
Joshua Boniface 2018-06-02 01:37:20 -04:00
parent b36cb9597d
commit f721e1c3d1
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def updatenodes(new_node_list):
t_node[node] = NodeInstance.NodeInstance(node, node_list, zk);
if node == myhostname:
t_node[node].start()
time.sleep(0.5)
time.sleep(0.2)
@zk.ChildrenWatch('/domains')
def updatedomains(new_domain_list):