Commit 4589cb76 by WangJinfeng

update RTDmpFetch poolSize = 50

parent df772ee5
......@@ -87,7 +87,7 @@ public class RTDmpFetch {
ThreadFactory threadFactory = new ThreadFactoryBuilder()
.setNameFormat("RTDmpFetch-%d").build();
ExecutorService pool = new ThreadPoolExecutor(20, 30,
ExecutorService pool = new ThreadPoolExecutor(50, 80,
120L, TimeUnit.MILLISECONDS,
new LinkedBlockingQueue<>(64), threadFactory, 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