Skip to content

Commit ab43b4b

Browse files
author
Zhen
committed
Default max connection pool size to 250
1 parent 0a05f10 commit ab43b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo4j/bolt/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
INFINITE = -1
5252
DEFAULT_MAX_CONNECTION_LIFETIME = INFINITE
53-
DEFAULT_MAX_CONNECTION_POOL_SIZE = INFINITE
53+
DEFAULT_MAX_CONNECTION_POOL_SIZE = 250
5454
DEFAULT_CONNECTION_TIMEOUT = 5.0
5555
DEFAULT_CONNECTION_ACQUISITION_TIMEOUT = 60
5656
DEFAULT_PORT = 7687

0 commit comments

Comments
 (0)