Skip to content

Commit

Permalink
Enable batch mode temporarily for gradle check run
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
shiv0408 committed Apr 23, 2024
1 parent ee22c65 commit 30934f2
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",
false,
true,
Setting.Property.NodeScope
);

Expand Down

0 comments on commit 30934f2

Please sign in to comment.