We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f68947 + 548cc1d commit ec094ceCopy full SHA for ec094ce
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