fix: 将聊天记录请求数量从100减少到10以降低负载

This commit is contained in:
超级老白兔
2025-09-02 15:39:27 +08:00
parent fd82dfc5e0
commit 8d8068f5d6

View File

@@ -66,7 +66,7 @@ const ChatWindow: React.FC<ChatWindowProps> = ({
wechatAccountId: contract.wechatAccountId,
From: 1,
To: 4704624000000,
Count: 100,
Count: 10,
olderData: true,
};
if (contract.chatroomId) {