Skip to content

Commit 2f4984f

Browse files
committed
update the link to configs
1 parent 61433f4 commit 2f4984f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Each HTTP request can include a list of statements, and for convenience you can
99

1010
The server guards against orphaned transactions by using a timeout.
1111
If there are no requests for a given transaction within the timeout period, the server will roll it back.
12-
You can configure the timeout in the server configuration, by setting link:{neo4j-docs-base-uri}/operations-manual/{page-version}/reference/configuration-settings#config_dbms.rest.transaction.idle_timeout[Operations Manual -> Configuration settings `dbms.rest.transaction.idle_timeout`] to the number of seconds before timeout.
12+
You can configure the timeout in the server configuration, by setting link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings#config_dbms.rest.transaction.idle_timeout[Operations Manual -> Configuration settings `dbms.rest.transaction.idle_timeout`] to the number of seconds before timeout.
1313
The default timeout is `60` seconds.
1414

1515
Responses from the HTTP API can be transmitted as JSON streams, resulting in better performance and lower memory overhead on the server side.

0 commit comments

Comments
 (0)