1
0
Fork 0

linux-setup.sh: (dnf) bump max_parallel_downloads from 10 to 20

This commit is contained in:
Pratham Patel 2024-02-09 18:39:26 +05:30
parent b0671a2a32
commit 3f56e6d7a8
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function dnf_conf() {
dnf_conf_inner 'exit_on_lock' 'True'
dnf_conf_inner 'installonly_limit' '20'
dnf_conf_inner 'max_parallel_downloads' '10'
dnf_conf_inner 'max_parallel_downloads' '20'
}