-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
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
希望增加“最后活动时间”、“文件大小”作为删除依据、增加指定目录扫描 #21
Labels
enhancement
New feature or request
Comments
好想法,+1,另外现在版本如果种子数量多达几百的时候经常卡死进程,无响应。感觉效率需要提升,目前效率太低 |
@monokoo, art+qb “种子数量多达几百的时候经常卡死进程,无响应”新版本已经被修复了 |
多谢提醒,我更新尝试下。感谢作者及时的修复 |
最后活动时间+1,我手动删除也是使用的这个条件,qb本身就有这个标签 |
Merged
Open
This was referenced Jul 14, 2022
jerrymakesjelly
pushed a commit
that referenced
this issue
Jul 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、增加“最后活动时间”作为删除依据,与当前时间比对,取差值(未活动时长)。将未活动时长与seed_time或ratio取交集。增加此删除依据,优先删除最近无活动的种子,释放空间,并且避免误删利于上传量增长的种子。
2、增加“文件大小”作为删除依据,可参考flexget的content_size设置。小于min_size或大于max_size都删除。
3、过滤器中,可以设置目录,只删除指定目录的种子。或参考flexget中的path_by_space:参数,自动扫描剩余空间较小的目录。
4、增加if判断条件,防止误删种子。
The text was updated successfully, but these errors were encountered: