diff options
author | Neal Gompa <ngompa13@gmail.com> | 2020-01-06 21:36:17 -0500 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2020-01-06 21:36:17 -0500 |
commit | 09d1218e221f15ef15465abcddcf74845db2bd58 (patch) | |
tree | d266e81b4fca6b64eb80da5be95c24fe90052623 | |
parent | 1b345f3cb241d20cd004d6c8c8b1c30a683b21a6 (diff) | |
download | mageia4arm-09d1218e221f15ef15465abcddcf74845db2bd58.tar mageia4arm-09d1218e221f15ef15465abcddcf74845db2bd58.tar.gz mageia4arm-09d1218e221f15ef15465abcddcf74845db2bd58.tar.bz2 mageia4arm-09d1218e221f15ef15465abcddcf74845db2bd58.tar.xz mageia4arm-09d1218e221f15ef15465abcddcf74845db2bd58.zip |
Disable zchunk by default to make repodata fetching more reliable
Some mirrors have issues with ranged fetching of files, which is a
critical aspect of fetching zchunk-based repodata. In order to
to improve the reliability of fetching repodata and packages, disable
this.
-rw-r--r-- | mageia4arm-dnf.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mageia4arm-dnf.conf b/mageia4arm-dnf.conf index c696539..409db21 100644 --- a/mageia4arm-dnf.conf +++ b/mageia4arm-dnf.conf @@ -12,6 +12,7 @@ metadata_expire=0 best=1 protected_packages= install_weak_deps=0 +zchunk=0 # repos |