提交 ba38cdb7 编写于 作者: Chongwen.jiang's avatar Chongwen.jiang

线程池中的线程名称前缀统一修改

上级 d37fd641
流水线 #22183 已失败 于阶段
in 0 second
......@@ -23,7 +23,7 @@ public class ThreadPoolConfig {
executor.setMaxPoolSize(10);
executor.setQueueCapacity(100);
executor.setKeepAliveSeconds(60);
executor.setThreadNamePrefix("tims_ThreadPool");
executor.setThreadNamePrefix("account_ThreadPool");
executor.setRejectedExecutionHandler(new ThreadPoolExecutor.CallerRunsPolicy());
executor.initialize();
return executor;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册