mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
devutils/validate_patches.py: Increase backoff factor to reduce attempts
This commit is contained in:
@@ -62,7 +62,7 @@ try:
|
||||
total=10,
|
||||
read=10,
|
||||
connect=10,
|
||||
backoff_factor=0.5,
|
||||
backoff_factor=1,
|
||||
status_forcelist=urllib3.Retry.RETRY_AFTER_STATUS_CODES,
|
||||
raise_on_status=False))
|
||||
session.mount('http://', http_adapter)
|
||||
|
||||
Reference in New Issue
Block a user