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 11d766c commit 3102de0Copy full SHA for 3102de0
test/resources/neo4j-wrapper.conf
@@ -32,7 +32,7 @@ dbms.jvm.additional=-XX:+AlwaysPreTouch
32
33
# Trust that non-static final fields are really final.
34
# This allows more optimisations and improves overall performance.
35
-# NOTE: Disable this if you use embedded mode, or have extensions or depencies that may use reflection or serialization
+# NOTE: Disable this if you use embedded mode, or have extensions or dependencies that may use reflection or serialization
36
# to change the value of final fields!
37
dbms.jvm.additional=-XX:+UnlockExperimentalVMOptions
38
dbms.jvm.additional=-XX:+TrustFinalNonStaticFields
0 commit comments