From 2160f3f0bf270637ef83afe5ca64f5e9a37fc806 Mon Sep 17 00:00:00 2001 From: "fabio.formosa" Date: Fri, 28 Jul 2017 12:56:13 +0200 Subject: [PATCH] minor commit --- quartz-manager/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz-manager/src/main/resources/application.properties b/quartz-manager/src/main/resources/application.properties index a8bae81..a55a452 100644 --- a/quartz-manager/src/main/resources/application.properties +++ b/quartz-manager/src/main/resources/application.properties @@ -7,7 +7,7 @@ spring.thymeleaf.mode=LEGACYHTML5 quartz.enabled=true -job.frequency=2000 +job.frequency=5000 job.repeatCount=19 logging.level.org.springframework.web=WARN