This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 20718be60c2e1fddb0da30db2d8c628f067ee704
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Jun 24 12:58:38 2019 +0200

    CAMEL-13201: camel-core-engine to have minimal camel-core with no 
components (only properties)
---
 .../camel-example-main-tiny/src/main/resources/application.properties | 4 +---
 examples/camel-example-main/src/main/resources/application.properties | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git 
a/examples/camel-example-main-tiny/src/main/resources/application.properties 
b/examples/camel-example-main-tiny/src/main/resources/application.properties
index f33b578..71ab7ab 100644
--- a/examples/camel-example-main-tiny/src/main/resources/application.properties
+++ b/examples/camel-example-main-tiny/src/main/resources/application.properties
@@ -20,8 +20,6 @@
 camel.main.name = MyCoolCamel
 camel.main.jmx-enabled = false
 
-camel.main.duration-max-seconds=5
-
 # you can also configure camel context directly
 # camel.context.shutdown-strategy.shutdown-now-on-timeout = false
 
@@ -30,7 +28,7 @@ camel.main.file-configurations=src/main/data/*.properties
 
 # to configure the camel quartz component
 # here we can configure the options on the component level (and we can use 
dash-naming-style)
-camel.component.quartz2.start-delayed-seconds = 10
+camel.component.quartz2.start-delayed-seconds = 3
 
 # to configure Hystrix EIP (global and you need to add camel-hystrix to the 
classpath)
 ### camel.hystrix.group-key=myGroup
diff --git 
a/examples/camel-example-main/src/main/resources/application.properties 
b/examples/camel-example-main/src/main/resources/application.properties
index f33b578..71ab7ab 100644
--- a/examples/camel-example-main/src/main/resources/application.properties
+++ b/examples/camel-example-main/src/main/resources/application.properties
@@ -20,8 +20,6 @@
 camel.main.name = MyCoolCamel
 camel.main.jmx-enabled = false
 
-camel.main.duration-max-seconds=5
-
 # you can also configure camel context directly
 # camel.context.shutdown-strategy.shutdown-now-on-timeout = false
 
@@ -30,7 +28,7 @@ camel.main.file-configurations=src/main/data/*.properties
 
 # to configure the camel quartz component
 # here we can configure the options on the component level (and we can use 
dash-naming-style)
-camel.component.quartz2.start-delayed-seconds = 10
+camel.component.quartz2.start-delayed-seconds = 3
 
 # to configure Hystrix EIP (global and you need to add camel-hystrix to the 
classpath)
 ### camel.hystrix.group-key=myGroup

Reply via email to