Closed cmosguy closed 2 years ago
Hi @cmosguy,
dbms.transaction.timeout
is the timeout dictated by the Neo4J database itself. You could change it https://neo4j.com/docs/operations-manual/current/monitoring/transaction-management/ or break down your function into multiple transactions or think about a refactoring otherwise.
i hope this helps
I am running the following function:
And when I do this I keep getting a
Transaction.TransactionTimedOut
, how do I set the timeout here?