Merge pull request #12423 from khiraiwa/patch-1

Interval time is different from the doc value.
This commit is contained in:
Adrien Grand 2015-07-24 14:19:32 +02:00
commit 13d790bd4c
1 changed files with 1 additions and 1 deletions

View File

@ -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