Skip to content

Commit

Permalink
Sets max jitter to 1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Clay Downs <downsrob@amazon.com>
  • Loading branch information
downsrob committed Sep 24, 2021
1 parent ce9bb6f commit 3aea0a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class ManagedIndexSettings {
"plugins.index_state_management.jitter",
DEFAULT_JITTER,
0.0,
Double.MAX_VALUE,
1.0,
Setting.Property.NodeScope,
Setting.Property.Dynamic
)
Expand Down

0 comments on commit 3aea0a5

Please sign in to comment.