Added new property to file 'threadpool.properties' named com.openexchange.threadpool.keepAliveThreshold.
That property specifies the threshold indicating when a pool should be considered to hold too many threads. If pool size exceeds that threshold, idle worker threads will be released immediately regardless of keep-alive time.
Default is 1000.
That property specifies the threshold indicating when a pool should be considered to hold too many threads. If pool size exceeds that threshold, idle worker threads will be released immediately regardless of keep-alive time.
Default is 1000.