]
Martin Kouba updated WFLY-6513:
-------------------------------
Issue Type: Enhancement (was: Feature Request)
Provide an option to configure Weld global thread pool size
------------------------------------------------------------
Key: WFLY-6513
URL:
https://issues.jboss.org/browse/WFLY-6513
Project: WildFly
Issue Type: Enhancement
Components: CDI / Weld
Reporter: Tomas Remes
Assignee: Martin Kouba
Priority: Minor
As mentioned in
https://issues.jboss.org/browse/WFLY-4653 it could be useful to have an
option to configure Weld thread pool size e.g. in standalone configuration. Currently the
size of the thread pool is hardcoded at
https://github.com/wildfly/wildfly/blob/master/weld/src/main/java/org/jbo...
However note that this thread pool is used ONLY during the bootstrap of the Weld
container.