We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The documentation includes the following example:
QueuedThreadPool worker = new QueuedThreadPool(); worker.setReservedThreads(0); worker.setVirtualThreadsExecutor(Executors.newVirtualThreadPerTaskExecutor()); install(new JettyServer(worker));
However, there is no JettyServer constructor taking a thread pool at present.
Are we supposed to be doing this a different way now?
The text was updated successfully, but these errors were encountered:
yea, I removed when upgrade to 12.x find it far more complex to setup in 12.x... but I can probably added it back.
Sorry, something went wrong.
2998385
No branches or pull requests
The documentation includes the following example:
However, there is no JettyServer constructor taking a thread pool at present.
Are we supposed to be doing this a different way now?
The text was updated successfully, but these errors were encountered: