pvillard31 commented on code in PR #10141:
URL: https://github.com/apache/nifi/pull/10141#discussion_r2235197490


##########
nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java:
##########
@@ -1067,6 +1067,18 @@ public void initializeFlow(final QueueProvider 
queueProvider) throws IOException
                 }
             }, 0L, 30L, TimeUnit.SECONDS);
 
+            // Parse flowcontroller sync delay/interval using FormatUtils
+            final String syncInitialDelayStr = 
nifiProperties.getProperty("nifi.flowcontroller.sync.initial.delay", "5 min");
+            final String syncIntervalStr = 
nifiProperties.getProperty("nifi.flowcontroller.sync.interval", "30 min");

Review Comment:
   I think I'd recommend having the word `registry` in the property name as 
this would not apply to users not using a flow registry client in NiFi.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to