mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated config for urllib3
This commit is contained in:
parent
82478b5664
commit
c8c1bf4159
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue