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 e6cef34 commit 4b8e364Copy full SHA for 4b8e364
test/internal/shared-neo4j.js
@@ -108,11 +108,8 @@ const additionalConfig = {
108
// shorten the default time to wait for the bookmark from 30 to 5 seconds
109
'dbms.transaction.bookmark_ready_timeout': '5s',
110
111
- // enable GC logging
112
- 'dbms.logs.gc.enabled': true,
113
-
114
- // enable query logging
115
- 'dbms.logs.query.enabled': true
+ // page cache size
+ 'dbms.memory.pagecache.size': '512m'
116
}
117
118
const neoCtrlVersionParam = '-e'
0 commit comments