We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12ca2c9 + 14c8138 commit 6a5689cCopy full SHA for 6a5689c
config/config.php
@@ -6,6 +6,12 @@
6
* If this is set to "null", the app.debug config value will be used.
7
*/
8
'enabled' => env('QUERY_DETECTOR_ENABLED', null),
9
+
10
+ /*
11
+ * Threshold level for the N+1 query detection. If a relation query will be
12
+ * executed more then this amount, the detector will notify you about it.
13
+ */
14
+ 'threshold' => 1,
15
16
/*
17
* Here you can whitelist model relations.
0 commit comments