File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/GraphQl/etc
lib/internal/Magento/Framework/GraphQl/Query Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 100
100
<type name =" Magento\Framework\GraphQl\Query\QueryComplexityLimiter" >
101
101
<arguments >
102
102
<argument name =" queryDepth" xsi : type =" number" >20</argument >
103
- <argument name =" queryComplexity" xsi : type =" number" >160 </argument >
103
+ <argument name =" queryComplexity" xsi : type =" number" >250 </argument >
104
104
</arguments >
105
105
</type >
106
106
</config >
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ class QueryComplexityLimiter
38
38
* @param int $queryComplexity
39
39
*/
40
40
public function __construct (
41
- int $ queryDepth = 20 ,
42
- int $ queryComplexity = 160
41
+ int $ queryDepth ,
42
+ int $ queryComplexity
43
43
) {
44
44
$ this ->queryDepth = $ queryDepth ;
45
45
$ this ->queryComplexity = $ queryComplexity ;
You can’t perform that action at this time.
0 commit comments