sunng87 / ring-jetty9-adapter

An enhanced version of jetty adapter for ring, with additional features like websockets, http/2 and http/3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[DOCS] - Improve :thread-pool

jimpil opened this issue Β· comments

Hi there,

Many thanks for keeping this alive and maintained πŸ‘ ...

Just a quick improvement here:
The :thread-pool option (in the run-jetty doc-string) should mention that it expects an impl of org.eclipse.jetty.util.thread.ThreadPool (per this line), as someone might think that a regular Java one will do.

Thank you! Just pushed e606b98 to address this.