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
[2024/04/05 03:54:17] [WARNING] [封禁] PeerAddress(ip=***, port=***), PeerId=, ClientName=, Progress=0.0, Uploaded=0, Downloaded=0, Torrent=***, Reason=客户端下载过量:种子大小:-1,上传给此对等体的总量:0,最大允许的过量下载总量:-1
由于未完成元数据下载的种子的种子总大小未-1,导致 (种子总大小 * excessive-threshold) < 0,就算尚未上传也会ban掉对方。
使用了 latest 版本
The text was updated successfully, but these errors were encountered:
是的,我也发现了这个问题,可以先把block-excessive-clients选项关掉
Sorry, something went wrong.
5e8c3ea
No branches or pull requests
由于未完成元数据下载的种子的种子总大小未-1,导致 (种子总大小 * excessive-threshold) < 0,就算尚未上传也会ban掉对方。
使用了 latest 版本
The text was updated successfully, but these errors were encountered: