|
|
@ -128,7 +128,7 @@ public class ArrayStack implements BLOB {
|
|
|
|
// init the thread pool for the keeperOf executor service
|
|
|
|
// init the thread pool for the keeperOf executor service
|
|
|
|
this.executor = new ThreadPoolExecutor(
|
|
|
|
this.executor = new ThreadPoolExecutor(
|
|
|
|
1,
|
|
|
|
1,
|
|
|
|
Runtime.getRuntime().availableProcessors(), 100,
|
|
|
|
Runtime.getRuntime().availableProcessors(), 30000,
|
|
|
|
TimeUnit.MILLISECONDS,
|
|
|
|
TimeUnit.MILLISECONDS,
|
|
|
|
new LinkedBlockingQueue<Runnable>(),
|
|
|
|
new LinkedBlockingQueue<Runnable>(),
|
|
|
|
new NamePrefixThreadFactory(this.prefix));
|
|
|
|
new NamePrefixThreadFactory(this.prefix));
|
|
|
|