From c8c1bf4159e5e2984f7068eeaf76f02d0e548fdc Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 11 Feb 2024 20:56:33 +0200 Subject: [PATCH] Updated config for urllib3 --- configs/slpkg.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 14fc8a18..763919b3 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -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