Skip to content

Commit

Permalink
[PEx] Update cli default
Browse files Browse the repository at this point in the history
Change each task to 2K schedules by default
  • Loading branch information
aman-goel committed Sep 9, 2024
1 parent e55fe1d commit 1e8aec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class PExConfig {
ChoiceSelectorMode choiceSelectorMode = ChoiceSelectorMode.Random;
// max number of schedules per search task
@Setter
int maxSchedulesPerTask = 500;
int maxSchedulesPerTask = 2000;
//max number of children search tasks
@Setter
int maxChildrenPerTask = 2;
Expand Down

0 comments on commit 1e8aec7

Please sign in to comment.