From 8be4c7be555945be873b31bad0754c851776533e Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 26 Jun 2025 04:35:20 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 5d0ff76..f105145 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1201,7 +1201,7 @@ You can create a .env file under the working directory of `hbbs`/`hbbr` process. add below lines to .env ``` -SINGLE_BANDWIDTH=64 +SINGLE_BANDWIDTH=256 LIMIT_SPEED=64 ```