more words
This commit is contained in:
parent
df4c698758
commit
066563e14f
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue