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