We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ff06b commit 16893a1Copy full SHA for 16893a1
neo4j/work/simple.py
@@ -477,6 +477,8 @@ def count_people_tx(tx):
477
Transactions that execute longer than the configured timeout will be terminated by the database.
478
This functionality allows to limit query/transaction execution time.
479
Specified timeout overrides the default timeout configured in the database using ``dbms.transaction.timeout`` setting.
480
+ Values higher than ``dbms.transaction.timeout`` will be ignored and
481
+ will fall back to default (unless using Neo4j < 4.2).
482
Value should not represent a duration of zero or negative duration.
483
:type timeout: float or :const:`None`
484
"""
0 commit comments