Skip to content

Commit af5eea5

Browse files
authored
Update 3.graph-config.md (#1312)
1 parent 100a1b6 commit af5eea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Graph 服务提供了两份初始配置文件`nebula-graphd.conf.default`和`neb
6464
|`reuse_port` |`false` | 是否启用 SO_REUSEPORT。 |
6565
|`listen_backlog` |`1024` | socket 监听的连接队列最大长度,调整本参数需要同时调整`net.core.somaxconn`|
6666
|`client_idle_timeout_secs` |`28800` | 空闲连接的超时时间。默认 8 小时。`0`表示永不超时。单位:秒。 |
67-
|`session_idle_timeout_secs` |`28800` | 空闲会话的超时时间。取值范围为 1~604800。默认 8 小时。`0`表示永不超时。单位:秒。 |
67+
|`session_idle_timeout_secs` |`28800` | 空闲会话的超时时间。取值范围为 1~604800。默认 8 小时。单位:秒。 |
6868
|`num_accept_threads` |`1` | 接受传入连接的线程数。 |
6969
|`num_netio_threads` |`0` | 网络 IO 线程数。`0`表示 CPU 核数。 |
7070
|`num_worker_threads` |`0` | 执行用户查询的线程数。`0`表示 CPU 核数。 |

0 commit comments

Comments
 (0)