From 0968e2711a9cb58d8a5ae2e8fb9781d1b5d5d940 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 16 Sep 2025 19:23:00 +0800 Subject: [PATCH] =?UTF-8?q?OLR:=20=E8=B0=83=E6=95=B4=E4=B8=BA1=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/other/infra/common/user/OnlineStatusCommon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/OnlineStatusCommon.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/OnlineStatusCommon.java index 304a71cc..f853a6fb 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/OnlineStatusCommon.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/common/user/OnlineStatusCommon.java @@ -87,7 +87,7 @@ public class OnlineStatusCommon { return; } - if (redisService.setIfAbsent("OLR:" + cmd.getSessionId(), 3, TimeUnit.SECONDS)) { + if (redisService.setIfAbsent("OLR:" + cmd.getSessionId(), 1, TimeUnit.SECONDS)) { roomMqMessageService.liveSessionConnection(convertLiveVoiceSessionCmd(cmd)); }