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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4d69d26  Lets use 10s as default for chuck norris to not call the 
service too frequently
4d69d26 is described below

commit 4d69d2694bd09f4bc2186767fa9ead6a373dc7d1
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Jun 1 15:22:31 2021 +0200

    Lets use 10s as default for chuck norris to not call the service too 
frequently
---
 chuck-norris-source.kamelet.yaml                                        | 2 +-
 .../src/main/resources/kamelets/chuck-norris-source.kamelet.yaml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/chuck-norris-source.kamelet.yaml b/chuck-norris-source.kamelet.yaml
index 42c2644..75be465 100644
--- a/chuck-norris-source.kamelet.yaml
+++ b/chuck-norris-source.kamelet.yaml
@@ -21,7 +21,7 @@ spec:
         title: Period
         description: The interval (msec) to wait before getting the next joke
         type: integer
-        default: 5000
+        default: 10000
   types:
     out:
       mediaType: text/plain
diff --git 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
index 42c2644..75be465 100644
--- 
a/library/camel-kamelets-catalog/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
+++ 
b/library/camel-kamelets-catalog/src/main/resources/kamelets/chuck-norris-source.kamelet.yaml
@@ -21,7 +21,7 @@ spec:
         title: Period
         description: The interval (msec) to wait before getting the next joke
         type: integer
-        default: 5000
+        default: 10000
   types:
     out:
       mediaType: text/plain

Reply via email to