无
用的是 c# 的 neo4j-driver,不知道哪个参数是设置查询超时的
C#驱动开发设置timeout //配置链接超时时延 Driver = GraphDatabase.Driver(uri, AuthTokens.Basic(user, password), new Config { ConnectionTimeout = TimeSpan.FromSeconds(15) });