Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 3.graph-config.md #2688

Merged
merged 3 commits into from
Mar 29, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Graph 服务提供了两份初始配置文件`nebula-graphd.conf.default`和`neb
| `port` | `9669` | Graph 服务的 RPC 守护进程监听端口。 |不支持|
|`reuse_port` |`false` | 是否启用 SO_REUSEPORT。 |不支持|
|`listen_backlog` |`1024` | socket 监听的连接队列最大长度,调整本参数需要同时调整`net.core.somaxconn`。 |不支持|
|`client_idle_timeout_secs` |`28800` | 空闲连接的超时时间。默认 8 小时。`0`表示永不超时。单位:秒。 |不支持|
|`client_idle_timeout_secs` |`28800` | 空闲连接的超时时间。取值范围为 1~604800。默认 8 小时。单位:秒。 |不支持|
abby-cyber marked this conversation as resolved.
Show resolved Hide resolved
|`session_idle_timeout_secs` |`28800` | 空闲会话的超时时间。取值范围为 1~604800。默认 8 小时。单位:秒。 |不支持|
|`num_accept_threads` |`1` | 接受传入连接的线程数。 |不支持|
|`num_netio_threads` |`0` | 网络 IO 线程数。`0`表示 CPU 核数。 |不支持|
Expand Down