Reduced sliding window count for TwitterDemo.
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/27ede3b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/27ede3b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/27ede3b8 Branch: refs/heads/master Commit: 27ede3b817accf0cc5473b08a0d126a19eeef317 Parents: 40d9312 Author: Timothy Farkas <[email protected]> Authored: Thu Jul 30 15:11:55 2015 -0700 Committer: thomas <[email protected]> Committed: Thu Jul 30 20:07:05 2015 -0700 ---------------------------------------------------------------------- demos/twitter/src/main/resources/META-INF/properties.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/27ede3b8/demos/twitter/src/main/resources/META-INF/properties.xml ---------------------------------------------------------------------- diff --git a/demos/twitter/src/main/resources/META-INF/properties.xml b/demos/twitter/src/main/resources/META-INF/properties.xml index ff95d24..53b7fb9 100644 --- a/demos/twitter/src/main/resources/META-INF/properties.xml +++ b/demos/twitter/src/main/resources/META-INF/properties.xml @@ -78,6 +78,10 @@ <name>dt.application.TwitterDemo.operator.QueryResult.numRetries</name> <value>2147483647</value> </property> + <property> + <name>dt.application.TwitterDemo.operator.UniqueURLCounter.attr.APPLICATION_WINDOW_COUNT</name> + <value>60</value> + </property> <!-- TwitterTrendingDemo -->
