REQ-1898: 更新说明

This commit is contained in:
yanglin 2024-01-15 09:45:53 +08:00
parent 3a42fcc9e7
commit 3639dea70b

View File

@ -25,7 +25,7 @@ import java.util.function.Consumer;
@Component
@RequiredArgsConstructor
public class ImClient {
// 10线程 + 180的队列
// 10线程 + 190的队列
private final ScheduledExecutorService scheduleExecutor =
Executors.newScheduledThreadPool(10, new NamedThreadFactory("ImClient-send"));
// 强行做成有界队列, 避免内存爆了