Commit 76385923 by Future

日志添加

parent 2581f21c
......@@ -180,7 +180,7 @@ public class NormalChatAction {
}
}
// final Boolean isPush = ehcacheService.getIsPush("push" + conversation.getId());
final Boolean isPush = Boolean.TRUE;
final Boolean isPush = Boolean.FALSE;
// 多线程处理消息下发
long time5 = System.currentTimeMillis();
for (ImConversationMembers member : membersList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment