修改分页条数

master
Cui YongXing 2024-09-08 10:37:35 +08:00
parent 07898732de
commit d1f9f7345e
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ import static com.muyu.task.server.thread.OptimizedPrioritizedThreadPool.*;
@Service
public class TaskInfoServiceImpl extends ServiceImpl<TaskInfoMapper, TaskInfo> implements TaskInfoService {
private final Integer PAGE_SIZE = 30000;
private final Integer PAGE_SIZE = 50000;
@Resource
private TaskInfoMapper taskInfoMapper;