Merge pull request #12423 from khiraiwa/patch-1
Interval time is different from the doc value.
This commit is contained in:
commit
13d790bd4c
|
@ -50,7 +50,7 @@ public class ResourceWatcherService extends AbstractLifecycleComponent<ResourceW
|
||||||
/**
|
/**
|
||||||
* Defaults to 30 seconds
|
* Defaults to 30 seconds
|
||||||
*/
|
*/
|
||||||
MEDIUM(TimeValue.timeValueSeconds(25)),
|
MEDIUM(TimeValue.timeValueSeconds(30)),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defaults to 60 seconds
|
* Defaults to 60 seconds
|
||||||
|
|
Loading…
Reference in New Issue