thenatog commented on a change in pull request #5841:
URL: https://github.com/apache/nifi/pull/5841#discussion_r824919869
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-event-transport/src/main/java/org/apache/nifi/event/transport/netty/NettyEventSenderFactory.java
##########
@@ -61,6 +61,8 @@
private Duration timeout = Duration.ofSeconds(30);
+ private Duration idleTimeout = Duration.ofSeconds(30);
Review comment:
Sure that makes sense, 30 seconds did seem arbitrary given the idle
timeout default is now 15 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]