This commit is contained in:
杨建炊 2025-10-11 11:16:25 +08:00
parent c8e8475155
commit a43017f3ab

View File

@ -56,7 +56,7 @@ public class CropController {
@GetMapping("/crop/chatData")
public List<CropMessage> chatData(Long startSeq, String corpId) throws IOException {
synchronized (SDK_LOCK) {
long limit = 100;
long limit = 50;
long slice = Finance.NewSlice();
long sdk = 0;