11 lines
212 B
Django/Jinja
11 lines
212 B
Django/Jinja
# see `man dnf.conf` for defaults and possible options
|
|
|
|
[main]
|
|
fastestmirror=True
|
|
max_parallel_downloads=10
|
|
gpgcheck=True
|
|
installonly_limit=3
|
|
clean_requirements_on_remove=True
|
|
best=False
|
|
skip_if_unavailable=True
|