This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push: new 6a877a4 Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed README too 6a877a4 is described below commit 6a877a4eb82d18d5562c821b14ec324382c1101a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Mar 17 18:06:25 2020 +0100 Fixes #1350 Remove human-readable format from timer period computation in cron trait, fixed README too --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index cb83eb8..7b31fe3 100644 --- a/README.adoc +++ b/README.adoc @@ -345,7 +345,7 @@ Here's the content: ``` // Lookup every second the 'www.google.com' domain name and log the output -from('timer:dns?period=1s') +from('timer:dns?period=1000') .routeId('dns') .setHeader('dns.domain') .constant('www.google.com')