This commit is contained in:
setop 2023-05-29 13:35:15 +02:00
parent f8648c1a90
commit 9e148590de
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,10 @@ asciinema:
website: https://asciinema.org/ website: https://asciinema.org/
pip: pip:
atuin:
desc: Magical shell history
github: ellie/atuin
bat: bat:
desc: a better less desc: a better less

View File

@ -59,7 +59,7 @@ retry_strategy = Retry(
total=5, total=5,
status_forcelist=[403, 429, 500, 502, 503, 504], status_forcelist=[403, 429, 500, 502, 503, 504],
# method_whitelist=["HEAD", "GET", "OPTIONS"], # method_whitelist=["HEAD", "GET", "OPTIONS"],
method_whitelist=False, #method_whitelist=False,
backoff_factor=4, backoff_factor=4,
) )
adapter = HTTPAdapter(max_retries=retry_strategy) adapter = HTTPAdapter(max_retries=retry_strategy)