Skip to content
Snippets Groups Projects
Unverified Commit 33367076 authored by laura-ding's avatar laura-ding Committed by GitHub
Browse files

Add storage_client_timeout_ms and ws_meta_http_port in conf file (#952)


Co-authored-by: default avatarYee <2520865+yixinglu@users.noreply.github.com>
parent 4fb5d5ce
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,10 @@
--ws_http_port=19669
# HTTP2 service port
--ws_h2_port=19670
# storage client timeout
--storage_client_timeout_ms=60000
# Port to listen on Meta with HTTP protocol, it corresponds to ws_http_port in metad's configuration file
--ws_meta_http_port=19559
# The default charset when a space is created
--default_charset=utf8
......
......@@ -59,6 +59,10 @@
--ws_http_port=19669
# HTTP2 service port
--ws_h2_port=19670
# storage client timeout
--storage_client_timeout_ms=60000
# Port to listen on Meta with HTTP protocol, it corresponds to ws_http_port in metad's configuration file
--ws_meta_http_port=19559
# Heartbeat interval of communication between meta client and graphd service
--heartbeat_interval_secs=10
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment