In some cloud environments, such as Heroku, the number of threads available to a process is limited.
The Jetty adapter should therefore support a :max-threads option for limiting the number of threads the web server uses.
:max-threads
See here: https://groups.google.com/forum/#!topic/compojure/miJlyihsLNM
Added :max-threads option to Jetty adapter (fixes #48)
9adf1e6
In some cloud environments, such as Heroku, the number of threads available to a process is limited.
The Jetty adapter should therefore support a
:max-threadsoption for limiting the number of threads the web server uses.See here: https://groups.google.com/forum/#!topic/compojure/miJlyihsLNM