Skip to content

Commit

Permalink
Disabled batch mode by default
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
shiv0408 committed Apr 25, 2024
1 parent 30934f2 commit c4cb153
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 c4cb153

Please sign in to comment.