From c11f1987db9c62a9b7af6871eb4fe6b3f9bbc78b Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Tue, 16 Sep 2025 18:21:41 +0800 Subject: [PATCH] =?UTF-8?q?OLR:=20=E7=BC=93=E5=AD=98=E6=94=B9=E4=B8=BA3?= =?UTF-8?q?=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 5757beb4..304a71cc 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(), 1, TimeUnit.MINUTES)) { + if (redisService.setIfAbsent("OLR:" + cmd.getSessionId(), 3, TimeUnit.SECONDS)) { roomMqMessageService.liveSessionConnection(convertLiveVoiceSessionCmd(cmd)); }