more words

This commit is contained in:
Josh Lay 2023-12-16 18:40:32 -06:00
parent df4c698758
commit 066563e14f
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -14,8 +14,8 @@ and convenience *are* the priorities.
These are all for the package manager, `dnf`.
The goal is to both reduce resource usage *and* improve performance:
- `max_parallel_downloads`: Leverage faster networks / more connections.
Limit of 20.
- `fastestmirror`: Contrary to what the name implies, this tends to slow things
down. Measures latency -- *not* bandwidth.
- `deltarpm`: No old packages will exist to diff. Save the cycles/consideration.
- `max_parallel_downloads`: Raised to the limit of 20. Leverages faster networks
/ more connections.
- `fastestmirror`: Disabled. Contrary to what the name implies, this usually
slows things down. Measures latency -- *not* bandwidth.
- `deltarpm`: Disabled. No old packages will exist to diff. Spare the consideration.