[Recommend] Do not delete BT tasks automatically after the offline download is complete! #3588
Closed
4 tasks done
Labels
enhancement
New feature or request
Please make sure of the following things
Description of the feature / 需求描述
Recommended that DO NOT make it the default behavior to automatically delete BT tasks after the offline download is complete, that's blood-sucking.
Suggested solution / 实现思路
An optional configuration or a button could be added to allow users to decide whether to automatically delete.
Additional context / 附件
Source code in
v3.12.0
internal\qbittorrent\monitor.go
from line 115 - 120:After the qBittorrent download task is completed, no exclusive lock will be added to the file, but a read shared lock. Seems that it does not affect the the file reading, such as in Python:
open("filePath","rb")
, or in Golang:os.OpenFile(filePath, os.O_WRONLY|os.O_RDONLY, 0)
.The text was updated successfully, but these errors were encountered: