Increase domain state length

This commit is contained in:
Joshua Boniface 2018-10-21 22:10:13 -04:00
parent 2de65e514f
commit 59219c4e97
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ def get_list(zk_conn, limit):
node_name_length = 5
daemon_state_length = 7
router_state_length = 7
domain_state_length = 9
domain_state_length = 8
for node_name in node_list:
# node_name column
_node_name_length = len(node_name) + 1