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.
2 parents 8870df9 + 6199988 commit d38585dCopy full SHA for d38585d
test/internal/shared-neo4j.js
@@ -134,9 +134,6 @@ const tlsConfig = {
134
}
135
136
const defaultConfig = {
137
- // Turn off backup related ports, etc.
138
- 'dbms.backup.enabled': 'false',
139
-
140
// tell neo4j to listen for IPv6 connections, only supported by 3.1+
141
'dbms.connectors.default_listen_address': '::',
142
@@ -146,9 +143,6 @@ const defaultConfig = {
146
143
// shorten the default time to wait for the bookmark from 30 to 5 seconds
147
144
'dbms.transaction.bookmark_ready_timeout': '5s',
148
145
149
- // page cache size
150
- 'dbms.memory.pagecache.size': '512m',
151
152
// make TLS optional
153
'dbms.connector.bolt.tls_level': tlsConfig.levels.optional
154
0 commit comments