-
Bug
-
Resolution: Obsolete
-
Major
-
1.0.0.Alpha10
-
None
-
None
UnboundedQueueThreadPoolService currently sets the number of core thread and the maximum threads to the same value. As core threads are never removed, the keep-alive time parameter is useless.
Either the core threads should be lowered (to 0?) to allow timeouts, or the keep-alive parameter removed/deprecated.