John Perkins
Results
2
comments of
John Perkins
We are also running into this issue on Neo4j 4.4.0 (a co-workers instance), but I don't seem to have the issue running 4.2.1. We are going to attempt to downgrade...
@mstrofbass We encountered the same issue. Have you tried playing with the other configuration settings? ``` config.neo4j.driver.keep_alive = false config.neo4j.driver.leaked_session_logging = true config.neo4j.driver.max_connection_lifetime = 1.minute config.neo4j.driver.max_connection_pool_size = 10 config.neo4j.driver.connection_timeout =...