@@ -2,6 +2,6 @@ package com.mrxu.framework.boot;
public class MrxuConst {
- public final static long MAX_PAGE_SIZE = 100;
+ public final static long MAX_PAGE_SIZE = 1000;
}