We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbc9aa commit 6b12119Copy full SHA for 6b12119
src/board_game_scraper/spiders/bgg.py
@@ -63,7 +63,7 @@ class BggSpider(SitemapSpider):
63
sitemap_alternate_links = True
64
65
custom_settings = { # noqa: RUF012
66
- "DOWNLOAD_DELAY": 1,
+ "DOWNLOAD_DELAY": 2.0,
67
"AUTOTHROTTLE_TARGET_CONCURRENCY": 4,
68
}
69
0 commit comments