Skip to content

Commit a2f9e30

Browse files
committed
Reduce number of threads used for BOMR library update checks
See gh-33824
1 parent e0b7720 commit a2f9e30

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/java/org/springframework/boot/build/bom/bomr

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/springframework/boot/build/bom/bomr/UpgradeBom.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class UpgradeBom extends DefaultTask {
6868

6969
private String libraries;
7070

71-
private int threads = 8;
71+
private int threads = 2;
7272

7373
@Inject
7474
public UpgradeBom(BomExtension bom) {

0 commit comments

Comments
 (0)