Skip to content

Commit

Permalink
Go back to processing only 1 data node file at a time instead of 3 (o…
Browse files Browse the repository at this point in the history
…pensearch-project#3652)

Signed-off-by: Taylor Gray <[email protected]>
  • Loading branch information
graytaylor0 authored Nov 14, 2023
1 parent 5b5ddae commit 0ff3c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class DataFileScheduler implements Runnable {
/**
* Maximum concurrent data loader per node
*/
private static final int MAX_JOB_COUNT = 3;
private static final int MAX_JOB_COUNT = 1;

/**
* Default interval to acquire a lease from coordination store
Expand Down

0 comments on commit 0ff3c37

Please sign in to comment.