Skip to content

Commit 631df48

Browse files
committed
use standard backoff_factor=10
1 parent 8a058eb commit 631df48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/1-fetch/arxiv_fetch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def get_requests_session():
338338
"""Create request session with retry logic"""
339339
retry_strategy = Retry(
340340
total=5,
341-
backoff_factor=1,
341+
backoff_factor=10,
342342
status_forcelist=shared.STATUS_FORCELIST,
343343
)
344344
session = requests.Session()

0 commit comments

Comments
 (0)