From 9f87b3a69ba1f4e38ae0af0213425e6c50029790 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 21 Jul 2026 01:15:19 +0200 Subject: [PATCH] docs: Multiple connections for downloads (#1911) --- docs/environment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment.md b/docs/environment.md index f7b5fead..d1dde1b8 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -153,6 +153,7 @@ Also see [Dynamic memory allocation](https://github.com/qemus/qemu/blob/master/d | Variable | Default | Description | |---|---|---| +| `CONNECTIONS` | `4` | Number of connections used for ISO file downloads. | | `MIDO` | `Y` | Enables downloading Windows ISO files directly from Microsoft. | | `ESD` | `Y` | Enables downloading Windows through the ESD-based installation method. | | `VERIFY` | `N` | Verifies downloaded installation media against predefined checksums. |