Skip to content

Commit e12358d

Browse files
author
Dushyant Bhalgami
authored
Update helper.js
1 parent 3c0ec44 commit e12358d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/helper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let busApiClient
1717

1818
const driver = neo4j.driver(config.GRAPH_DB_URI, neo4j.auth.basic(config.GRAPH_DB_USER, config.GRAPH_DB_PASSWORD), {
1919
maxConnectionLifetime: 20 * 60 * 1000,
20-
connectionTimeout: 120000,
21-
connectionAcquisitionTimeout: 120000,
20+
connectionTimeout: 240000,
21+
connectionAcquisitionTimeout: 240000,
2222
maxTransactionRetryTime: 10000,
2323
connectionPoolSize: 300
2424
})

0 commit comments

Comments
 (0)