Reduce number of threads used for BOMR library update checks

See gh-33824
This commit is contained in:
Moritz Halbritter 2023-01-13 13:53:49 +01:00
parent e0b7720b9e
commit a2f9e30e77

View File

@ -68,7 +68,7 @@ public class UpgradeBom extends DefaultTask {
private String libraries; private String libraries;
private int threads = 8; private int threads = 2;
@Inject @Inject
public UpgradeBom(BomExtension bom) { public UpgradeBom(BomExtension bom) {