Has anyone managed to limit the number of concurrent connections in ring-jetty-adapter? Seems that :max-threads only configures jettys threadpool, where things can be used for all sorts of things
https://stackoverflow.com/questions/68036239/ring-jetty-adapter-limit-concurrent-requests/68037738?noredirect=1#comment120258873_68037738
https://stackoverflow.com/questions/5737923/how-do-i-limit-the-number-of-connections-jetty-will-accept
this seems relevant