@@ -103,7 +103,7 @@ public class IndexServiceImpl implements IndexService {
/**
* 单个文件存储的最大数据数目,需是PAGE_SIZE的整数倍
*/
- public static final int SINGLE_FILE_MAX_SIZE = PAGE_SIZE * 10;
+ public static final int SINGLE_FILE_MAX_SIZE = PAGE_SIZE;
private static Logger logger = LoggerFactory.getLogger(IndexServiceImpl.class);