Skip to content

Commit 4b8e364

Browse files
committed
Remove gc and query logging options for test instance
1 parent e6cef34 commit 4b8e364

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

test/internal/shared-neo4j.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,8 @@ const additionalConfig = {
108108
// shorten the default time to wait for the bookmark from 30 to 5 seconds
109109
'dbms.transaction.bookmark_ready_timeout': '5s',
110110

111-
// enable GC logging
112-
'dbms.logs.gc.enabled': true,
113-
114-
// enable query logging
115-
'dbms.logs.query.enabled': true
111+
// page cache size
112+
'dbms.memory.pagecache.size': '512m'
116113
}
117114

118115
const neoCtrlVersionParam = '-e'

0 commit comments

Comments
 (0)