Skip to content
New issue

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

Expose undertow thread configurations #56

Open
pds2208 opened this issue Sep 4, 2021 · 1 comment
Open

Expose undertow thread configurations #56

pds2208 opened this issue Sep 4, 2021 · 1 comment

Comments

@pds2208
Copy link

pds2208 commented Sep 4, 2021

It would be very useful to expose undertow's setWorkerThreads() and setIoThreads() methods in cask.Main()

@lihaoyi
Copy link
Member

lihaoyi commented Nov 15, 2021

Currently you can do that by simply overriding cask.main.Main.main, which handles all the undertow initialization. Not super elegant, but in theory it should expose everything that's possible to do with the undertow server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants