novel/novel-admin/src/main/resources/application-crawl.yml
2019-11-15 21:32:12 +08:00

11 lines
259 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

crawl:
#爬虫线程数
threadCount: 1
#爬取优先级 1评分优先 2更新时间优先
priority: 1
#小说最低评分
lowestScore: 7.8
#小说最小更新时间
minUptTime: 2000-01-01
#爬取最大条数
maxNumber: 100000