Commit c4a79bcc by 王祖波

Merge branch 'feature-recommend2' into 'master'

调整阻塞队列大小

See merge request !2991
parents f31447f9 7166046e
...@@ -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