Skip to content

Commit 2a0a13f

Browse files
authored
Docs: mention performance impact of notification filtering. (#1425)
* Docs: mention performance impact of notification filtering. * Apply spotless
1 parent b19edb9 commit 2a0a13f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/src/main/java/org/neo4j/driver/NotificationConfig.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
* </ul>
3535
* <p>
3636
* By default, both options are not activated.
37+
* <p>
38+
* Disabling categories or severities allows the server to skip analysis for those, which can speed up query execution.
3739
*
3840
* @since 5.7
3941
* @see ResultSummary#notifications()

0 commit comments

Comments
 (0)