You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/08/18 16:35:57 UTC

[GitHub] [nifi] Lehel44 commented on a diff in pull request #6310: NIFI-10366: Make Default Run Duration configurable

Lehel44 commented on code in PR #6310:
URL: https://github.com/apache/nifi/pull/6310#discussion_r949369250


##########
nifi-api/src/main/java/org/apache/nifi/annotation/behavior/SupportsBatching.java:
##########
@@ -47,5 +47,5 @@
 @Retention(RetentionPolicy.RUNTIME)
 @Inherited
 public @interface SupportsBatching {
-
+    RunDuration duration() default RunDuration.ZERO_MILLIS;

Review Comment:
   Yes, that's a good idea! Thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org