mirror of https://github.com/apache/nifi.git
ff00050266
NIFI-5241: Extended timeout that Jetty uses before closing an active HTTP connection. Because the UI refreshes every 30 seconds by default, and the Jetty connection pool times out every 30 seconds by default, we very frequently saw new HTTP connections being created for the UI refreshes. This resulted in 4 new connections and 4 SSL handshakes occurring every 30 seconds. By extending the timeout, we now see those connections being reused and SSL Handshakes no longer occurring frequently NIFI-5241: Set Jetty idle timeout to double the amount of time for browser to refresh NIFI-5241: Fixed synchronization issue with EventSumValue This closes #2752 |
||
---|---|---|
.. | ||
src | ||
pom.xml |