Search code examples
neo4jpy2neo

How to change max_connection_lifetime of python driver in py2neo


I need to increase max_connection_lifetime of python driver in py2neo
but i cannot find anyway in documents to do that

I there a way to increase the max_connection_lifetime in py2neo ?


Solution

  • This is no way to do this, as py2neo does not wrap the official driver, and there exists no equivalent functionality.