Commit 7166046e by 王祖波

调整阻塞队列大小

parent 3ac1b6a8
...@@ -59,7 +59,7 @@ public class ImageCombined { ...@@ -59,7 +59,7 @@ public class ImageCombined {
ApolloUtils.combinedMaximumPoolSize(), ApolloUtils.combinedMaximumPoolSize(),
60L, 60L,
TimeUnit.SECONDS, TimeUnit.SECONDS,
new ArrayBlockingQueue<>(40), new ArrayBlockingQueue<>(20),
new ThreadPoolExecutor.AbortPolicy() new ThreadPoolExecutor.AbortPolicy()
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment