Allow custom restart pollInterval and quietPeriod

Allow the pollInterval and the quietPeriod of the filewatcher to be
configured.

Fixes gh-3139
This commit is contained in:
Phillip Webb
2015-06-08 22:51:50 -07:00
parent 7bcd6567ba
commit d0349879c3
7 changed files with 84 additions and 19 deletions

View File

@@ -26,5 +26,4 @@ public class SampleDevToolsApplication extends WebMvcAutoConfigurationAdapter {
public static void main(String[] args) {
SpringApplication.run(SampleDevToolsApplication.class, args);
}
}