Skip to content

Commit

Permalink
[MNG-8014] Workaround for deadlocks in model building (#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Jan 15, 2024
1 parent 7f70467 commit e15170b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
@Singleton
public class DefaultProjectBuilder implements ProjectBuilder {
public static final String BUILDER_PARALLELISM = "maven.projectBuilder.parallelism";
public static final int DEFAULT_BUILDER_PARALLELISM = 4;
public static final int DEFAULT_BUILDER_PARALLELISM = 1;

private final Logger logger = LoggerFactory.getLogger(getClass());
private final ModelBuilder modelBuilder;
Expand Down

0 comments on commit e15170b

Please sign in to comment.