Skip to content

Commit

Permalink
Merge pull request #64 from yezuoxian/dialogue
Browse files Browse the repository at this point in the history
spider.yaml增加max_dialogue_page字段。
  • Loading branch information
ResolveWang committed Jan 18, 2018
2 parents 621d25c + b36b189 commit bbd6496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/spider.yaml
Expand Up @@ -9,6 +9,7 @@ max_search_page: 50 # max search page for crawling
max_home_page: 50 # max user home page for crawling
max_comment_page: 2000 # max comment page for crawling
max_repost_page: 2000 # max repost page for crawling
max_dialogue_page: 2000 # max dialogue page for crawling
max_retries: 5 # retry times for crawling

# You should set the args below if you login from uncommon place
Expand Down

0 comments on commit bbd6496

Please sign in to comment.