Skip to content

Commit 8a71554

Browse files
author
Dushyant Bhalgami
authored
Update helper.js
1 parent 6c40cbc commit 8a71554

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: 1000 * 45,
21-
connectionAcquisitionTimeout: 60000,
20+
// connectionTimeout: 1000 * 45,
21+
// connectionAcquisitionTimeout: 60000,
2222
maxTransactionRetryTime: 10000,
2323
connectionPoolSize: 300
2424
})

0 commit comments

Comments
 (0)