Skip to content

Commit

Permalink
Longer DOWNLOAD_DELAY
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusShepherd committed Nov 30, 2024
1 parent 3dbc9aa commit 6b12119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board_game_scraper/spiders/bgg.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BggSpider(SitemapSpider):
sitemap_alternate_links = True

custom_settings = { # noqa: RUF012
"DOWNLOAD_DELAY": 1,
"DOWNLOAD_DELAY": 2.0,
"AUTOTHROTTLE_TARGET_CONCURRENCY": 4,
}

Expand Down

0 comments on commit 6b12119

Please sign in to comment.