You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
It would be very useful to expose undertow's setWorkerThreads() and setIoThreads() methods in cask.Main()
The text was updated successfully, but these errors were encountered: