🔖 chore: Update load balancing instructions

This commit is contained in:
MartialBE 2024-04-05 14:58:16 +08:00
parent 067668ccae
commit 7503b688ed
No known key found for this signature in database
GPG Key ID: F5A7AC860020C896

View File

@ -302,7 +302,7 @@ export default function ChannelPage() {
<br />
1. 优先级越大越优先使用(只有该优先级下的节点都冻结或者禁用了才会使用低优先级的节点)
<br />
2. 相同优先级下如果MEMORY_CACHE_ENABLED启用根据权重进行负载均衡(加权随机)否则忽略权重直接随机
2. 相同优先级下根据权重进行负载均衡(加权随机)
<br />
3. 如果在设置-通用设置中设置了重试次数重试间隔则会在失败后重试
<br />