When calling this method it would be useful to be able to control the timeout of the underlying socket. The current read timeout appears to be 30 seconds by default.
You can at least customize it by using the system property org.neo4j.rest.read_timeout
But yeah, that would be great to be able to specify it per query.
org.neo4j.rest.graphdb.query.RestCypherQueryEngine.query()
When calling this method it would be useful to be able to control the timeout of the underlying socket. The current read timeout appears to be 30 seconds by default.