Skip to content

Commit

Permalink
Disabled batch mode as per the feedback on PR
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Chandani <[email protected]>
  • Loading branch information
Gaurav614 committed Apr 10, 2024
1 parent 4a63473 commit dd9c229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public interface ExistingShardsAllocator {
*/
Setting<Boolean> EXISTING_SHARDS_ALLOCATOR_BATCH_MODE = Setting.boolSetting(
"cluster.allocator.existing_shards_allocator.batch_enabled",
true,
false,
Setting.Property.NodeScope
);

Expand Down

0 comments on commit dd9c229

Please sign in to comment.