Skip to content

Commit 6889e8a

Browse files
author
Dushyant Bhalgami
authored
Update helper.js
1 parent e12358d commit 6889e8a

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
@@ -16,10 +16,10 @@ const constants = require('../../app-constants')
1616
let busApiClient
1717

1818
const driver = neo4j.driver(config.GRAPH_DB_URI, neo4j.auth.basic(config.GRAPH_DB_USER, config.GRAPH_DB_PASSWORD), {
19-
maxConnectionLifetime: 20 * 60 * 1000,
19+
maxConnectionLifetime: 3 * 60 * 60 * 1000,
2020
connectionTimeout: 240000,
2121
connectionAcquisitionTimeout: 240000,
22-
maxTransactionRetryTime: 10000,
22+
maxTransactionRetryTime: 15000,
2323
connectionPoolSize: 300
2424
})
2525

0 commit comments

Comments
 (0)