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 2019/03/13 07:15:17 UTC

[camel] branch camel-2.x updated: CAMEL-13320: Regen

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

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


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new adcb273  CAMEL-13320: Regen
adcb273 is described below

commit adcb273b5ee5dda7ccecc95fabfe8c21b2c0c01d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 13 08:14:54 2019 +0100

    CAMEL-13320: Regen
---
 components/camel-twitter/src/main/docs/twitter-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-twitter/src/main/docs/twitter-component.adoc b/components/camel-twitter/src/main/docs/twitter-component.adoc
index d875dfd..ca3ae84 100644
--- a/components/camel-twitter/src/main/docs/twitter-component.adoc
+++ b/components/camel-twitter/src/main/docs/twitter-component.adoc
@@ -181,7 +181,7 @@ with the following path and query parameters:
 | *radius* (consumer) | Used by the non-stream geography search to search by radius. You need to configure all the following options: longitude, latitude, radius, and distanceMetric. |  | Double
 | *twitterStream* (consumer) | To use a custom instance of TwitterStream |  | TwitterStream
 | *synchronous* (advanced) | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). | false | boolean
-| *count* (filter) | Limiting number of results per page. |  | Integer
+| *count* (filter) | Limiting number of results per page. | 5 | Integer
 | *filterOld* (filter) | Filter out old tweets, that has previously been polled. This state is stored in memory only, and based on last tweet id. | true | boolean
 | *keywords* (filter) | Can be used for search and streaming/filter. Multiple values can be separated with comma. |  | String
 | *lang* (filter) | The lang string ISO_639-1 which will be used for searching |  | String