Updated config for urllib3

This commit is contained in:
Dimitris Zlatanidis 2024-02-11 20:56:33 +02:00
parent 82478b5664
commit c8c1bf4159

View file

@ -1,6 +1,6 @@
# This is the general configuration file of slpkg:
# /etc/slpkg/slpkg.toml
# Updated: 04/12/2023, Version: 4.9.4
# Updated: 11/02/2024, Version: 4.9.8
[CONFIGS]
@ -69,7 +69,7 @@ CASE_SENSITIVE = true
# Default is true. [true/false]
PROCESS_LOG = true
# Slackware command for install packages, instead, you can use 'installpkg'.
# Slackware command for installation packages, instead, you can use 'installpkg'.
# Normally upgradepkg only upgrades packages that are already installed
# on the system, and will skip any packages that do not already have a
# version installed. If --install-new is specified, the behavior is
@ -118,6 +118,7 @@ LFTP_EXCLUDE = "-X SLACKBUILDS.TXT.gz -X CHECKSUMS.md5.asc -X 'TAGS.txt*' -X '*.
# Timeouts allow you to control how long (in seconds) requests are allowed
# to run before being aborted. In simple cases, you can specify a timeout as a float.
# By default, urllib3 will retry requests 3 times and follow up to 3 redirects.
# For more please visit: https://urllib3.readthedocs.io/en/stable/user-guide.html
URLLIB_RETRIES = false
URLLIB_REDIRECT = false
URLLIB_TIMEOUT = 3.0