From 066563e14fb537ba633984cebffccb92235cf245 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 16 Dec 2023 18:40:32 -0600 Subject: [PATCH] more words --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d05f176..32349a9 100644 --- a/README.md +++ b/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.