增加笔趣阁书源

This commit is contained in:
xiongxiaoyang
2020-05-18 17:08:43 +08:00
parent 231b94f1da
commit 5e16119880
3 changed files with 32 additions and 9 deletions

View File

@ -19,4 +19,9 @@ public class Constants {
* 爬取小说http请求中无效的内容长度
*/
public static final int INVALID_HTML_LENGTH = 1500;
/**
* 爬取小说http请求失败重试次数
*/
public static final Integer HTTP_FAIL_RETRY_COUNT = 5;
}