Skip to content

Commit 2767038

Browse files
Merge pull request #117 from topcoder-platform/bug-fix-plat-1249
increase the pool size
2 parents 129b420 + 5806f3f commit 2767038

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: 35,
22+
maxConnectionPoolSize: 75,
2323
connectionAcquisitionTimeout: 240000
2424
})
2525

0 commit comments

Comments
 (0)