From b0a8633432d0fffb4aa4af1e3dbe443323023e61 Mon Sep 17 00:00:00 2001 From: puckoprutt Date: Tue, 18 Feb 2025 18:54:08 +0100 Subject: [PATCH] set concurrent request per domain to 8 --- dagens_lunch/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagens_lunch/settings.py b/dagens_lunch/settings.py index 791a524..6050feb 100644 --- a/dagens_lunch/settings.py +++ b/dagens_lunch/settings.py @@ -27,7 +27,7 @@ ROBOTSTXT_OBEY = False # See also autothrottle settings and docs #DOWNLOAD_DELAY = 3 # The download delay setting will honor only one of: -#CONCURRENT_REQUESTS_PER_DOMAIN = 16 +CONCURRENT_REQUESTS_PER_DOMAIN = 8 #CONCURRENT_REQUESTS_PER_IP = 16 # Disable cookies (enabled by default)