Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pages/database-management/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ protocol used by Memgraph.
| `--bolt-num-workers` | Number of workers used by the Bolt server. <br/>By default, this will be the number of processing units available on the machine. | `[int32]` |
| `--bolt-port=7687` | Port on which the Bolt server should listen. | `[int32]` |
| `--bolt-server-name-for-init=Neo4j/v5.11.0 compatible graph database server - Memgraph` | Server name which the database should send to the client in the Bolt INIT message. | `[string]` |
| `--bolt-session-inactivity-timeout=1800` | Time in seconds after which inactive Bolt sessions will be closed. | `[int32]` |

<Callout type="info">

Expand Down