Skip to content

Commit

Permalink
refactor:reduced number of browsers to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
1dson committed Jan 9, 2025
1 parent 629e7a8 commit e8a74b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.concurrent.ForkJoinPool;
import java.util.function.Predicate;
public class CustomRunner implements ParallelExecutionConfiguration, ParallelExecutionConfigurationStrategy {
private static final int FIXED_PARALLELISM = 10;
private static final int FIXED_PARALLELISM = 4;

static {
System.out.println("THREADS: " + FIXED_PARALLELISM);
Expand Down

0 comments on commit e8a74b0

Please sign in to comment.