|
|
@@ -75,7 +75,7 @@ public class WeComSendMsgJob {
|
|
|
private List<Long> autoOpenStaffList;
|
|
|
|
|
|
private final static ExecutorService pool = new ThreadPoolExecutor(5, 5, 0L, TimeUnit.SECONDS,
|
|
|
- new LinkedBlockingQueue<>(1000),
|
|
|
+ new LinkedBlockingQueue<>(),
|
|
|
new ThreadFactoryBuilder().setNameFormat("WeComSendMsgJob-%d").build(),
|
|
|
new ThreadPoolExecutor.AbortPolicy());
|
|
|
|