更改
This commit is contained in:
parent
11685e1d36
commit
c8e8475155
@ -56,7 +56,7 @@ public class CropController {
|
|||||||
@GetMapping("/crop/chatData")
|
@GetMapping("/crop/chatData")
|
||||||
public List<CropMessage> chatData(Long startSeq, String corpId) throws IOException {
|
public List<CropMessage> chatData(Long startSeq, String corpId) throws IOException {
|
||||||
synchronized (SDK_LOCK) {
|
synchronized (SDK_LOCK) {
|
||||||
long limit = 50;
|
long limit = 100;
|
||||||
long slice = Finance.NewSlice();
|
long slice = Finance.NewSlice();
|
||||||
long sdk = 0;
|
long sdk = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user