Commit 4e56878f by 王祖波

Merge branch 'feature-recommend2' into 'developer'

调整阻塞队列大小

See merge request !2992
parents 2768cb98 7166046e
......@@ -59,7 +59,7 @@ public class ImageCombined {
ApolloUtils.combinedMaximumPoolSize(),
60L,
TimeUnit.SECONDS,
new ArrayBlockingQueue<>(40),
new ArrayBlockingQueue<>(20),
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