exceptionfactory commented on code in PR #10141:
URL: https://github.com/apache/nifi/pull/10141#discussion_r2249049789
##########
nifi-framework-bundle/nifi-framework/nifi-framework-core/src/main/java/org/apache/nifi/controller/FlowController.java:
##########
@@ -1079,7 +1085,7 @@ public void initializeFlow(final QueueProvider
queueProvider) throws IOException
LOG.error("Failed to synchronize {} with Flow
Registry", group, e);
}
}
- }, 5, 30, TimeUnit.MINUTES);
+ }, 300, syncIntervalSec, TimeUnit.SECONDS);
Review Comment:
```suggestion
}, 300, registrySyncIntervalSeconds, TimeUnit.SECONDS);
```
--
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]