diff --git a/modules/ROOT/pages/database-internals/transaction-management.adoc b/modules/ROOT/pages/database-internals/transaction-management.adoc index 750b4cddd..6f39d9a4d 100644 --- a/modules/ROOT/pages/database-internals/transaction-management.adoc +++ b/modules/ROOT/pages/database-internals/transaction-management.adoc @@ -54,8 +54,7 @@ db.transaction.timeout=10s ==== 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`. -Note that the timeout value can only be overridden to a value smaller than that configured by `db.transaction.timeout`. -You can set the transaction timeout to any value, even larger than configured by `db.transaction.timeout`. +Custom timeouts can be set to any value, even larger than configured by `db.transaction.timeout`. == Manage transactions @@ -63,4 +62,4 @@ You can set the transaction timeout to any value, even larger than configured by Transactions can be managed using the Cypher commands `SHOW TRANSACTIONS` and `TERMINATE TRANSACTIONS`. The `TERMINATE TRANSACTIONS` command can be combined with multiple `SHOW TRANSACTIONS` and `TERMINATE TRANSACTIONS` commands in the same query. -For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/transaction-clauses/[Cypher manual -> Transaction commands]. \ No newline at end of file +For more information, see link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/transaction-clauses/[Cypher manual -> Transaction commands].