Database shutdown after querying x times shortest path algorithm
Hey, I have a problem while querying shortest path. I want to calculate the shortest path between a couple of nodes in my graph. I call the algorithm over neo4j.driver in a java program. But after ca. 800 calls the database shuts down and I don't kno...