File tree 2 files changed +10
-2
lines changed
neo4j-driver-deno/lib/core
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,11 @@ class SessionConfig {
268
268
*
269
269
*
270
270
* Disabling notifications can be done by defining the minimum severity level to 'OFF'.
271
- * Default values can be use by omitting the configuration.
271
+ * At driver level, when omitted, uses the server's default.
272
+ * At session level, when omitted, defaults to what filters have been configured at driver level.
273
+ *
274
+ * Disabling categories or severities allows the server to skip analysis for those, which can speed up query
275
+ * execution.
272
276
*
273
277
* @example
274
278
* // enabling warning notification, but disabling `HINT` and `DEPRECATION` notifications.
Original file line number Diff line number Diff line change @@ -268,7 +268,11 @@ class SessionConfig {
268
268
*
269
269
*
270
270
* Disabling notifications can be done by defining the minimum severity level to 'OFF'.
271
- * Default values can be use by omitting the configuration.
271
+ * At driver level, when omitted, uses the server's default.
272
+ * At session level, when omitted, defaults to what filters have been configured at driver level.
273
+ *
274
+ * Disabling categories or severities allows the server to skip analysis for those, which can speed up query
275
+ * execution.
272
276
*
273
277
* @example
274
278
* // enabling warning notification, but disabling `HINT` and `DEPRECATION` notifications.
You can’t perform that action at this time.
0 commit comments