Skip to content

Commit

Permalink
Merge pull request #12423 from khiraiwa/patch-1
Browse files Browse the repository at this point in the history
Interval time is different from the doc value.
  • Loading branch information
jpountz committed Jul 24, 2015
2 parents c781c89 + 38d9737 commit 13d790b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -50,7 +50,7 @@ public enum Frequency {
/**
* Defaults to 30 seconds
*/
MEDIUM(TimeValue.timeValueSeconds(25)),
MEDIUM(TimeValue.timeValueSeconds(30)),

/**
* Defaults to 60 seconds
Expand Down

0 comments on commit 13d790b

Please sign in to comment.