Commit d783cefa by 徐高华

分页

parent 48c297be
...@@ -127,7 +127,7 @@ public class GroupChatServiceImpl implements GroupChatService { ...@@ -127,7 +127,7 @@ public class GroupChatServiceImpl implements GroupChatService {
// 每次拉取成员数 // 每次拉取成员数
private int pageSize = 100; private int pageSize = 100;
// 每次拉取群数 // 每次拉取群数
private int limit = 1; private int limit = 1000;
// 群下线成员数 // 群下线成员数
private int offNum = 200; private int offNum = 200;
......
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