bejancsaba commented on code in PR #6733:
URL: https://github.com/apache/nifi/pull/6733#discussion_r1067438327
##########
minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-framework-core/src/main/java/org/apache/nifi/minifi/c2/C2NiFiProperties.java:
##########
@@ -36,6 +36,8 @@ public class C2NiFiProperties {
public static final String C2_CONNECTION_TIMEOUT = C2_PREFIX +
"rest.connectionTimeout";
public static final String C2_READ_TIMEOUT = C2_PREFIX +
"rest.readTimeout";
public static final String C2_CALL_TIMEOUT = C2_PREFIX +
"rest.callTimeout";
+ public static final String C2_MAX_IDLE_CONNECTIONS = C2_PREFIX +
"rest.maxIdleConnections";
Review Comment:
Thanks that resolves a ton of duplication. I was hoping that it is doable :)
--
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]