diff --git a/neo4j/work/simple.py b/neo4j/work/simple.py index a2570a6c0..4a0383e72 100644 --- a/neo4j/work/simple.py +++ b/neo4j/work/simple.py @@ -477,6 +477,8 @@ def count_people_tx(tx): Transactions that execute longer than the configured timeout will be terminated by the database. This functionality allows to limit query/transaction execution time. Specified timeout overrides the default timeout configured in the database using ``dbms.transaction.timeout`` setting. + Values higher than ``dbms.transaction.timeout`` will be ignored and + will fall back to default (unless using Neo4j < 4.2). Value should not represent a duration of zero or negative duration. :type timeout: float or :const:`None` """