Skip to content

Commit 129b420

Browse files
Merge pull request #114 from topcoder-platform/hot-fix-driver-version
Adjust concurrent connection Limit
2 parents cf79534 + a200db9 commit 129b420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let busApiClient
1919

2020
const driver = neo4j.driver(config.GRAPH_DB_URI, neo4j.auth.basic(config.GRAPH_DB_USER, config.GRAPH_DB_PASSWORD), {
2121
maxConnectionLifetime: 3 * 60 * 60 * 1000,
22-
maxConnectionPoolSize: 50,
22+
maxConnectionPoolSize: 35,
2323
connectionAcquisitionTimeout: 240000
2424
})
2525

0 commit comments

Comments
 (0)