misc
This commit is contained in:
parent
f8648c1a90
commit
9e148590de
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue