We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc41392 commit 548cc1dCopy full SHA for 548cc1d
README.md
@@ -52,7 +52,7 @@ return [
52
* Threshold level for the N+1 query detection. If a relation query will be
53
* executed more then this amount, the detector will notify you about it.
54
*/
55
- 'threshold' => 1,
+ 'threshold' => (int) env('QUERY_DETECTOR_TRESHOLD', 1),
56
57
/*
58
* Here you can whitelist model relations.
config/config.php
@@ -11,7 +11,7 @@
11
12
13
14
15
16
17
0 commit comments