We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089438b commit 4740dc2Copy full SHA for 4740dc2
test/internal/shared-neo4j.js
@@ -108,7 +108,10 @@ const additionalConfig = {
108
'dbms.connector.http.listen_address': 'localhost:7474',
109
110
// shorten the default time to wait for the bookmark from 30 to 5 seconds
111
- 'dbms.transaction.bookmark_ready_timeout': '5s'
+ 'dbms.transaction.bookmark_ready_timeout': '5s',
112
+
113
+ // enable GC logging
114
+ 'dbms.logs.gc.enabled': true
115
};
116
117
const neoCtrlVersionParam = '-e';
0 commit comments