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:
@ -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