Skip to content

Commit 14a3cd4

Browse files
Custom tx timeout can be set to any value (neo4j#2282)
This is true since Neo4j 5.13. --------- Co-authored-by: Robsdedude <[email protected]>
1 parent 6e07e20 commit 14a3cd4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/ROOT/pages/database-internals/transaction-management.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,12 @@ db.transaction.timeout=10s
5454
====
5555

5656
Configuring transaction timeout does not affect transactions executed with custom timeouts (e.g., via the Java API or Neo4j Drivers), as the custom timeout overrides the value set for `db.transaction.timeout`.
57-
Note that the timeout value can only be overridden to a value smaller than that configured by `db.transaction.timeout`.
58-
You can set the transaction timeout to any value, even larger than configured by `db.transaction.timeout`.
57+
Custom timeouts can be set to any value, even larger than configured by `db.transaction.timeout`.
5958

6059

6160
== Manage transactions
6261

6362
Transactions can be managed using the Cypher commands `SHOW TRANSACTIONS` and `TERMINATE TRANSACTIONS`.
6463
The `TERMINATE TRANSACTIONS` command can be combined with multiple `SHOW TRANSACTIONS` and `TERMINATE TRANSACTIONS` commands in the same query.
6564

66-
For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/transaction-clauses/[Cypher manual -> Transaction commands].
65+
For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/transaction-clauses/[Cypher manual -> Transaction commands].

0 commit comments

Comments
 (0)