feat: Make heartbeat intervals configurable in Frontend and Datanode (#1864)

* update frontend options and config

* fix format
This commit is contained in:
Cao Zhengjia
2023-07-02 21:08:47 -07:00
committed by GitHub
parent 783a794060
commit e54415e723
7 changed files with 25 additions and 9 deletions

View File

@@ -10,6 +10,8 @@ rpc_addr = "127.0.0.1:3001"
rpc_hostname = "127.0.0.1"
# The number of gRPC server worker threads, 8 by default.
rpc_runtime_size = 8
# Interval for sending heartbeat messages to the Metasrv in milliseconds, 5000 by default.
heartbeat_interval_millis = 5000
# Metasrv client options.
[meta_client_options]