Skip to content

Commit

Permalink
Precommit build fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Jul 26, 2024
1 parent 01e8ef8 commit a0e1606
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public class ShardsBatchGatewayAllocator implements ExistingShardsAllocator {

/**
* Timeout for existing primary shards batch allocator.
* Values supported is > 20 seconds or -1 to effectively disable timeout
* Timeout value must be greater than or equal to 20s or -1ms to effectively disable timeout
*/
public static final Setting<TimeValue> PRIMARY_BATCH_ALLOCATOR_TIMEOUT_SETTING = Setting.timeSetting(
PRIMARY_BATCH_ALLOCATOR_TIMEOUT_SETTING_KEY,
Expand All @@ -119,7 +119,7 @@ public void validate(TimeValue timeValue) {

/**
* Timeout for existing replica shards batch allocator.
* Values supported is > 20 seconds or -1 to effectively disable timeout
* Timeout value must be greater than or equal to 20s or -1ms to effectively disable timeout
*/
public static final Setting<TimeValue> REPLICA_BATCH_ALLOCATOR_TIMEOUT_SETTING = Setting.timeSetting(
REPLICA_BATCH_ALLOCATOR_TIMEOUT_SETTING_KEY,
Expand Down

0 comments on commit a0e1606

Please sign in to comment.