Skip to content

Commit

Permalink
Merge pull request #116 from riha112/5.0.3-patch
Browse files Browse the repository at this point in the history
Complexity increase for 5.0.3
  • Loading branch information
zans-laksa authored Aug 25, 2021
2 parents cb4ed73 + 3a3a14e commit 24b6f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<type name="Magento\Framework\GraphQl\Query\QueryComplexityLimiter">
<arguments>
<argument name="queryDepth" xsi:type="number">20</argument>
<argument name="queryComplexity" xsi:type="number">1000</argument>
<argument name="queryComplexity" xsi:type="number">1500</argument>
</arguments>
</type>

Expand Down

0 comments on commit 24b6f48

Please sign in to comment.