We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
比如我设置了结果中偏好的 IPv4 接口数量ipv4_num = 2和结果中偏好的 IPv6 接口数量ipv6_num = 2,单个频道接口数量urls_limit = 10,ipv4和ipv6我都设置的是2,这样按理结果中订阅源的结果最多也就有4个,但是open_supply不管设置False还是True,每次输出结果每个频道都是在上边2个ipv6,2个ipv4,然后随机6个ipv6+ipv4的源,按我的理解是补偿机制模式open_supply关了以后结果应该只有2个ipv6+2个ipv4才正常
No response
The text was updated successfully, but these errors were encountered:
这是因为目前补偿模式只作用在了对测速排序阶段,在最终结果形成的数量没有进行控制,你设置的总接口数量urls_limit = 10,偏好ipv4_num+ipv6_num=4小于总接口数量,程序以urls_limit的权重更高将结果填充至指定数量,故导致上述情况。可暂时修改urls_limit = 4即可解决,我将修复这个问题。
Sorry, something went wrong.
fix:supply limit(#813)
017e808
已修复
已修复 我安装的是docker版,我看暂时还没有容器新镜像更新嘛,是要等下个版本镜像更新以后才会修复嘛
No branches or pull requests
Don't skip these steps | 不要跳过这些步骤
Occurrence environment | 触发环境
Bug description | 具体描述
比如我设置了结果中偏好的 IPv4 接口数量ipv4_num = 2和结果中偏好的 IPv6 接口数量ipv6_num = 2,单个频道接口数量urls_limit = 10,ipv4和ipv6我都设置的是2,这样按理结果中订阅源的结果最多也就有4个,但是open_supply不管设置False还是True,每次输出结果每个频道都是在上边2个ipv6,2个ipv4,然后随机6个ipv6+ipv4的源,按我的理解是补偿机制模式open_supply关了以后结果应该只有2个ipv6+2个ipv4才正常
Error log | 报错日志
No response
The text was updated successfully, but these errors were encountered: