Changed default behavior so that the type of thread pool created is:
* Default (threadCount == 0): Executors.newCachedThreadPool()
* ThreadCount == 1: Executors.newSingleThreadExecutor()
* ThreadCount > 1: Executors.newFixedThreadPool(threadCount)


[ Full content available at: https://github.com/apache/geode/pull/2395 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to