Skip to content

Commit

Permalink
try longer delay
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Mar 23, 2024
1 parent e7e6935 commit b6a616e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniorguru_plucker/jobs_linkedin/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

class Spider(BaseSpider):
name = "jobs-linkedin"
download_delay = 4
download_delay = 5

search_params = {
"f_TPR": "r2592000", # past month
Expand Down

0 comments on commit b6a616e

Please sign in to comment.