aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/sandcrawler/misc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/misc.py b/python/sandcrawler/misc.py
index db001dd..4ab9082 100644
--- a/python/sandcrawler/misc.py
+++ b/python/sandcrawler/misc.py
@@ -279,7 +279,7 @@ def test_datetime_to_cdx() -> None:
def requests_retry_session(
retries: int = 10,
- backoff_factor: int = 3,
+ backoff_factor: int = 1,
status_forcelist: List[int] = [500, 502, 504],
session: requests.Session = None,
) -> requests.Session: