v2.0.2发布

This commit is contained in:
xiongxiaoyang
2020-05-18 14:51:02 +08:00
parent 92ce982899
commit 231b94f1da
8 changed files with 9 additions and 8 deletions

View File

@ -18,5 +18,5 @@ public class Constants {
/**
* 爬取小说http请求中无效的内容长度
*/
public static final int INVALID_HTML_LENGTH = 1000;
public static final int INVALID_HTML_LENGTH = 1500;
}