Skip to content

Commit

Permalink
Reduce CPD limits in select module
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed May 10, 2024
1 parent a44bb88 commit 89256c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mq/main/persist/disk-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<profile>
<id>cpd</id>
<properties>
<minimumTokens>400</minimumTokens>
<minimumTokens>108</minimumTokens>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit 89256c8

Please sign in to comment.