You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/19 09:18:49 UTC

[camel-kamelets] 07/07: Added Throttle Action Kamelet

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

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

commit b20ff5ce6c3b3ab4e9e35f85d87b653401650c70
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 19 10:18:09 2021 +0100

    Added Throttle Action Kamelet
---
 docs/modules/ROOT/pages/throttle-action.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/pages/throttle-action.adoc b/docs/modules/ROOT/pages/throttle-action.adoc
index 3addab2..b1f729e 100644
--- a/docs/modules/ROOT/pages/throttle-action.adoc
+++ b/docs/modules/ROOT/pages/throttle-action.adoc
@@ -15,7 +15,7 @@ The following table summarizes the configuration options available for the `thro
 |===
 | Property| Name| Description| Type| Default| Example
 | *messages {empty}* *| Messages Number| The number of messages to send in the time period set| int| | `10`
-| *timePeriod {empty}* *| Time Period| Sets the time period during which the maximum request count is valid for, in milliseconds| string| `"1000"`| 
+| timePeriod| Time Period| Sets the time period during which the maximum request count is valid for, in milliseconds| string| `"1000"`| 
 |===
 
 NOTE: Fields marked with an asterisk ({empty}*) are mandatory.