mpenet/jet

Ability to pass configured ThreadPool

Opened this issue · 1 comments

Right now you can pass min-threads/max-threads to a Jetty's thread pool, but you can't pass custom queue there, which can help save application nodes from the load spike. :)

Sure, feel free to submit a PR for this if you'd like