Browser settings
The Neo4j Browser defaults for all settings can be adjusted at any time in Neo4j Browser and globally. As briefly introduced in Settings, available settings can be adjusted in the Settings drawer in the sidebar.
Browser Setting | Default value | Description |
---|---|---|
|
|
The maximum number of nodes to render in the graph visualization. |
|
|
The maximum number of neighbours for a node. |
|
|
The maximum number of results to fetch per frame. |
|
|
The maximum number of recently executed queries kept in Browser. When reached, old entries get retired. The command history is persisted across Browser restarts. |
|
|
Enable/disable parameters persisted in local storage for use across sessions. |
|
|
Sets the access mode for the database (i.e. Read or Write). |
|
|
Show errors and warnings in the query editor. |
|
|
Enable/disable crash report collection. |
|
|
Allow product usage statistics to be sent. |
|
|
Neo4j Browser UI theme.
Possible values: |
Adjust settings globally
To change the configuration settings for all users of Neo4j Browser, modify the neo4j.conf file, or if using Neo4j Desktop, navigate to the instance which settings you want to update and select Settings from the more […] menu.
Note that you need to provide your own application to access the neo4j.conf
file.
For example, to change the maxFrames
from its default of 50
to 10
and the theme to dark
, add the following line to neo4j.conf:
browser.post_connect_cmd=config {maxFrames:10, theme: "dark"}
This changes the maxFrames
from its default of 50
to 10
and then restarts Neo4j.
Browser Setting | Default value | Description |
---|---|---|
|
|
Configure the policy for outgoing Neo4j Browser connections.
This should be managed by using |
|
|
Configure the Neo4j Browser to time out logged-in users after this idle period.
Setting this to |
|
Commands to be run when Neo4j Browser successfully connects to the server.
Separate multiple commands with a semicolon ( |
|
|
|
Allowlist of hosts for the Neo4j Browser to be allowed to fetch content from. |
|
|
Turn off telemetry globally. |
|
|
Configure the Neo4j Browser to store or not store editor history. |