Skip to content

Commit

Permalink
Merge pull request #6 from Amber1990Zhang/session_idle_timeout_secs
Browse files Browse the repository at this point in the history
session_idle_timeout_secs
  • Loading branch information
laura-ding authored May 7, 2020
2 parents 0c2d8c3 + aa35a60 commit 67a573c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ nebula> UPDATE CONFIGS graph:v=1;
`meta_client_retry_times` | 3 | 与 meta service 重试次数 | UPDATE CONFIGS 命令修改,立刻生效 |
`heartbeat_interval_secs` | 3 (秒) | 与 Graph service 心跳时长 | UPDATE CONFIGS 命令修改,下个心跳周期生效
`client_idle_timeout_secs` | 0 | 关闭 idle 连接前的时长(单位秒), 0 为无穷大
`session_idle_timeout_secs` | 60000 | idle sessions 过期时长(单位秒),0 为无穷大
`session_idle_timeout_secs` | 0 | idle sessions 过期时长(单位秒),0 为无穷大
`num_netio_threads` | 0 | networking 线程数,0为物理 CPU 核数
`num_accept_threads` | 1 | 接受进入连接的线程数
`num_worker_threads` | 0 | 执行用户请求的线程数,线程数为系统 CPU 核数
Expand Down

0 comments on commit 67a573c

Please sign in to comment.