OLR: 调整为1秒
This commit is contained in:
parent
abce8cbf3c
commit
0968e2711a
@ -87,7 +87,7 @@ public class OnlineStatusCommon {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (redisService.setIfAbsent("OLR:" + cmd.getSessionId(), 3, TimeUnit.SECONDS)) {
|
if (redisService.setIfAbsent("OLR:" + cmd.getSessionId(), 1, TimeUnit.SECONDS)) {
|
||||||
roomMqMessageService.liveSessionConnection(convertLiveVoiceSessionCmd(cmd));
|
roomMqMessageService.liveSessionConnection(convertLiveVoiceSessionCmd(cmd));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user