From 38838ab5583633b63244bd47b765a102503c0851 Mon Sep 17 00:00:00 2001 From: pocketW <104479902+pocketW@users.noreply.github.com> Date: Fri, 14 Oct 2022 15:27:34 +1100 Subject: [PATCH] update doc --- gong-neng-shuo-ming/speedlimit.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gong-neng-shuo-ming/speedlimit.md b/gong-neng-shuo-ming/speedlimit.md index 891e8e9..dac9921 100644 --- a/gong-neng-shuo-ming/speedlimit.md +++ b/gong-neng-shuo-ming/speedlimit.md @@ -18,6 +18,11 @@ XrayR支持动态限速功能,可以根据用户的使用流量调整限速值。在`ControllerConfig` 中配置如下项。 +{% hint style="info" %} +为保证能及时调整长连接的限速(如长时间下载),请确保默认限速值大于0。可在用户、节点、本地任意位置配置默认大于0的限速值,优先级为本地>节点>用户。如果默认限速值为0,则用户的动态限速只有在下次建立连接时才会生效。 +{% endhint %} + + ```yaml AutoSpeedLimitConfig: Limit: 0 # Warned speed. Set to 0 to disable AutoSpeedLimit (mbps)