1

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 ?

Ariyan
  • 14,760
  • 31
  • 112
  • 175

2 Answers2

2

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

Nigel Small
  • 4,475
  • 1
  • 17
  • 15
2

The worst thing to do is use py2neo for a serious application, it gives a lot of issues with the connections, closing them. It is better use the official driver

adn201
  • 21
  • 1