Skip to content

Commit

Permalink
Increase segrep pressure checkpoint default limit to 10
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Bafna <[email protected]>
  • Loading branch information
gbbafna committed Nov 6, 2024
1 parent 4213cc2 commit 4f8107d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class SegmentReplicationPressureService implements Closeable {

public static final Setting<Integer> MAX_INDEXING_CHECKPOINTS = Setting.intSetting(
"segrep.pressure.checkpoint.limit",
4,
10,
1,
Setting.Property.Dynamic,
Setting.Property.NodeScope
Expand Down

0 comments on commit 4f8107d

Please sign in to comment.