Github user jdye64 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1597#discussion_r114116075
  
    --- Diff: 
nifi-nar-bundles/nifi-websocket-bundle/nifi-websocket-services-jetty/src/main/java/org/apache/nifi/websocket/jetty/JettyWebSocketClient.java
 ---
    @@ -81,6 +87,16 @@
                 .defaultValue("3 sec")
                 .build();
     
    +    public static final PropertyDescriptor SESSION_MAINTENANCE_INTERVAL = 
new PropertyDescriptor.Builder()
    +            .name("session-maintenance-interval")
    +            .displayName("Session Maintenance Interval")
    +            .description("The interval between session maintenance 
activities.")
    --- End diff --
    
    Could we add some more details around what this is doing? I get its the 
interval for the maintenance thread but I'm worried that end users might not 
really understand what that is? Maybe a brief sentence about what this 
"maintenance" interval is actually doing and why it is necessary so they 
understand how to use it a little better.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to