Skip to content

Commit a2251a3

Browse files
committed
resolved conflict
1 parent 594e3fa commit a2251a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

modules/ROOT/pages/introduction.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ Each HTTP request can include a list of statements, and for convenience you can
1414

1515
The server guards against orphaned transactions by using a timeout.
1616
If there are no requests for a given transaction within the timeout period, the server will roll it back.
17-
<<<<<<< HEAD
1817
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.
19-
=======
20-
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.
21-
>>>>>>> 77386b0... update the link to configs
2218
The default timeout is `60` seconds.
2319

2420
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)