dbms.transaction.timeout 默认超时时间怎么查看
发布于 3 年前 作者 moxtong 782 次浏览 来自 问答

我的单实例。neo4j 中con.f 中没有设置。这个 dbms.transaction.timeout 超时时间 ,我使用的是驱动的方式查询 ,那么我想知道 ,如果默认时间是 neo4j 的 默认时间,那么 这个默认的时间在哪里查看 ,如果是 查询驱动 默认超时时间 有哪位老师知道 在哪里查看

报错 如下

org.neo4j.driver.v1.exceptions.ClientException: The transaction has been terminated. Retry your operation in a new transaction, and you should see a successful result. The transaction has not completed within the specified timeout (dbms.transaction.timeout). You may want to retry with a longer timeout. at org.neo4j.driver.internal.util.Futures.blockingGet(Futures.java:122) at org.neo4j.driver.internal.ExplicitTransaction.close(ExplicitTransaction.java:117)

我使用的查询方法是 session.readTransaction ,
回到顶部