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.
This commit is contained in:
parent
1b345f3cb2
commit
09d1218e22
@ -12,6 +12,7 @@ metadata_expire=0
|
||||
best=1
|
||||
protected_packages=
|
||||
install_weak_deps=0
|
||||
zchunk=0
|
||||
|
||||
# repos
|
||||
|
||||
|
Reference in New Issue
Block a user