Skip to content

Commit e843a67

Browse files
authoredMay 3, 2024
Update tx timeout as of neo-technology/neo4j#25235 (#104)
1 parent e591fdd commit e843a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/ROOT/pages/transactions.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Content-Type: application/json;charset=utf-8
213213
== Transaction expiration and keep alive
214214

215215
Transactions expire automatically after a period of inactivity, after which they are rolled back.
216-
By default the timeout is 2 seconds, but you can set a different value in the server configuration (link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings#config_db.transaction.timeout[`db.transaction.timeout`]).
216+
By default the timeout is 30 seconds, but you can set a different value in the server configuration (link:{neo4j-docs-base-uri}/operations-manual/{page-version}/configuration/configuration-settings#config_server.http.transaction_idle_timeout[`server.http.transaction_idle_timeout`]).
217217

218218
The transaction expiration time is reported in each response, under the `transaction` key.
219219
To keep a transaction alive without submitting new queries, you can submit an empty statement list to the transaction URI.

0 commit comments

Comments
 (0)