- Nothing changed yet.
- gtkui: fix focusing new rule column
- webui: specific remove rules changed to single-clicks
- fix
post_removal_sleep_sec
logic (syntax err, sry)
-
add
post_removal_sleep_sec
config item-
if set to value > 0 and also hdd_space is set to > 0, then we sleep/pause that amount of seconds after each & every torrent removal.
this is to try and mitigate situation where one ARP invocation causes removal of multiple torrents, but on some seedboxes it takes some seconds for the HDD space to be reported as freed up. this means the same invocation would end up removing more torrents than really allowed by the set hdd_space config/rule. defaults to
-1
, i.e. feature is disabled
-
- drone: change version-tag-changelog step image to python:3-bookworm
- allow for easily building against different python versions
- make
periodic_scan()
async