菜单优化

This commit is contained in:
雷欧(林平凡)
2025-03-12 17:10:20 +08:00
parent face5a7f32
commit 727b1a5200

View File

@@ -31,7 +31,7 @@ public class MessageConsumerService implements RocketMQListener<JSONObject> {
private static final Logger logger = LoggerFactory.getLogger(MessageConsumerService.class);
private static final RateLimiter rateLimiter = RateLimiter.create(2, // 1 QPS
5, // 预热期 5 秒
0, // 预热期 5 秒
TimeUnit.SECONDS);
private final WxtsUtil wxtsUtil;