Hello,
I'm working with Tomcat 10.1.4x and java25, our application is extensively using virtual threads. I enable them in tomcat by simply using 'useVirtualThreds: true'. It's working perfectly, by I was wondering if parameters like maxThreads, minSpareThreads, acceptCount, etc has any effect when working with virtual threads. For instance, I set maxThreads = minSpareThreads = acceptCount = 1, and nothing seems to change (for worse). Thanks, Joan.
