Skip to content

Commit

Permalink
change: increase Autothrottle Target Concurrency (to 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Criamos committed Nov 28, 2024
1 parent c729607 commit 19e9c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions converter/spiders/portal_globales_lernen_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class PortalGlobalesLernenSpider(scrapy.Spider, LomBase):
custom_settings = {
"AUTOTHROTTLE_ENABLED": True,
"AUTOTHROTTLE_DEBUG": True,
"AUTOTHROTTLE_TARGET_CONCURRENCY": 2,
"WEB_TOOLS": WebEngine.Playwright,
# "ROBOTSTXT_OBEY": False,
# "COOKIES_DEBUG": True,
Expand Down

0 comments on commit 19e9c05

Please sign in to comment.