Skip to content

Commit 84491e1

Browse files
renetapopovaAlexicaWright
authored andcommitted
resolved conflict
1 parent 4d6c838 commit 84491e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ 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+
<<<<<<< HEAD
1213
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[`dbms.rest.transaction.idle_timeout`] to the number of seconds before timeout.
14+
=======
15+
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.
16+
>>>>>>> 77386b0... update the link to configs
1317
The default timeout is `60` seconds.
1418
1519
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)