-
Bug
-
Resolution: Done
-
Major
-
7.0.0.GA, 7.1.0.GA
-
Documentation (Ref Guide, User Guide, etc.)
-
-
-
-
-
In the documentation, it's mentioned as max-threads defaults to Integer.MAX_VALUE, but it defaults to the number of core threads if it's left undefined. Integer.MAX_VALUE is the max limit not the default value.
max-threads: Defines the maximum number of threads used by the executor, which defaults to Integer.MAX_VALUE.
- clones
-
JBEAP-14980 CHAPTER 9. CONCURRENCY UTILITIES docs max-threads wrong description about default value
- Closed