Hi, I have been trying to investigate what the relationship between the idleTimeout settings on:
- QueuedThreadPool.setIdleTimeout - ServerConnector.setIdleTimeout when both are set? I noticed that most of the examples and code I have found sets the idleTimeout on the Connector and not on the pool. I am using Jetty 9.2.13.v20150730. I set both idleTimeout. Recently I changed the values so that: - QueuedThreadPool.setIdleTimeout(300000) - Connector.setIdleTimeout(60000) I'm wondering if this could cause problems. Thanks, Melissa
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
