We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6c1d0 commit cc365bdCopy full SHA for cc365bd
neo4j/config.py
@@ -30,8 +30,8 @@
30
31
# Connection Pool Management
32
INFINITE = -1
33
-DEFAULT_MAX_CONNECTION_LIFETIME = INFINITE
34
-DEFAULT_MAX_CONNECTION_POOL_SIZE = 250
+DEFAULT_MAX_CONNECTION_LIFETIME = 3600 # 1h
+DEFAULT_MAX_CONNECTION_POOL_SIZE = 100
35
DEFAULT_CONNECTION_TIMEOUT = 5.0 # 5s
36
37
# Connection Settings
0 commit comments