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/03/11 17:20:30 UTC

[GitHub] [nifi] thenatog commented on a change in pull request #5841: NIFI-9645 - Updated PutSplunk to enable idle connection timeouts.

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: issues-unsubscribe@nifi.apache.org

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