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 #976

Merged
merged 1 commit into from
Dec 9, 2021
Merged
Changes from all 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 @@ -64,7 +64,7 @@ For all parameters and their current values, see [Configurations](1.configuratio
|`reuse_port` |`false` | When set to `false`, the `SO_REUSEPORT` is closed. |
|`listen_backlog` |`1024` | Specifies the maximum length of the connection queue for socket monitoring. This configuration must be modified together with the `net.core.somaxconn`. |
|`client_idle_timeout_secs` |`28800` | Specifies the time to expire an idle connection. The default is 8 hours. `0` means that the connection will never expire. This configuration is measured in seconds. |
|`session_idle_timeout_secs` |`28800` | Specifies the time to expire an idle session. The value ranges from 1 to 604800. The default is 8 hours. `0` means that the session will never expire. This configuration is measured in seconds. |
|`session_idle_timeout_secs` |`28800` | Specifies the time to expire an idle session. The value ranges from 1 to 604800. The default is 8 hours. This configuration is measured in seconds. |
|`num_accept_threads` |`1` | Specifies the number of threads that accept incoming connections. |
|`num_netio_threads` |`0` | Specifies the number of networking IO threads. `0` is the number of CPU cores. |
|`num_worker_threads` |`0` | Specifies the number of threads that execute queries. `0` is the number of CPU cores. |
Expand Down