> For the complete documentation index, see [llms.txt](https://gamelauncher.cloud/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gamelauncher.cloud/help/changelog/2025/december-6-2025.md).

# December 6, 2025

***

## ⚡ Desktop Launcher - Download Speed Settings, Adaptive Concurrent Downloads & Bandwidth Throttling

{% hint style="success" %}
**NEW FEATURE:** Intelligent download system with configurable speed limits!
{% endhint %}

<figure><img src="/files/OgCePUHIkF5d08UE3Few" alt=""><figcaption><p>NEW - Launcher Download Settings</p></figcaption></figure>

**What's New:**

* **Adaptive Downloads** - Automatically adjusts concurrent connections based on file sizes
  * Large Files (>5MB avg): 8 connections
  * Medium Files (1-5MB avg): 16 connections
  * Small Files (<1MB avg): 100 connections
* **Bandwidth Throttling** - Configure maximum download speed (0 = unlimited)
* **Increased Timeout** - 30 seconds for better stability
* **Optimized Buffers** - 64KB for improved performance

**How to Configure:**

1. Open **Launcher Settings** → **Downloads** tab
2. Check **"Enable speed limit"** checkbox
3. Enter your desired speed in MB/s (e.g., 20 for 20 MB/s)
4. Click **"Set"** button to apply

**Benefits:**

* **Network Protection** - Prevents overwhelming network infrastructure when multiple clients download simultaneously
* **Optimal Speed** - Maintains fast downloads for games with many small files
* **Better Experience** - Reserve bandwidth for gaming while downloading
* **Fair Distribution** - Ideal for shared/office networks

***

## ✨ Summary

| Feature                       | Status  |
| ----------------------------- | ------- |
| Network Saturation Fix        | ✅ Fixed |
| Adaptive Concurrent Downloads | ✅ Added |
| Bandwidth Throttling          | ✅ Added |
| Download Speed Control UI     | ✅ Added |
| Timeout Increased (30s)       | ✅ Added |
| Buffer Size Optimized (64KB)  | ✅ Added |
| Downloads Tab UI              | ✅ Added |
| Settings UI Refinements       | ✅ Added |

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gamelauncher.cloud/help/changelog/2025/december-6-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
