feat: improve cluster forming; just use heartbeat to form the cluster
This commit is contained in:
@@ -93,11 +93,10 @@ The configuration is stored as a JSON file with the following structure:
|
||||
"api_server_port": 80
|
||||
},
|
||||
"cluster": {
|
||||
"discovery_interval_ms": 1000,
|
||||
"heartbeat_interval_ms": 5000,
|
||||
"cluster_listen_interval_ms": 10,
|
||||
"status_update_interval_ms": 1000,
|
||||
"member_info_update_interval_ms": 10000,
|
||||
"node_update_broadcast_interval_ms": 5000,
|
||||
"print_interval_ms": 5000
|
||||
},
|
||||
"thresholds": {
|
||||
|
||||
Reference in New Issue
Block a user