feat: complete transfer and eviction execution
This commit is contained in:
@@ -13,6 +13,16 @@ reconnect_max = "60s"
|
||||
reconnect_reset_after = "60s"
|
||||
reconnect_jitter = true
|
||||
|
||||
[jobs]
|
||||
# Mark a job stalled after it has made no progress for this long.
|
||||
stall_after = "30m"
|
||||
# Upper bound for qBittorrent's stopped full recheck.
|
||||
verification_timeout = "30m"
|
||||
# Poll qBittorrent and Syncthing at this interval while a step is active.
|
||||
poll_interval = "1s"
|
||||
# Space that must remain free after a worst-case copy fallback.
|
||||
free_space_reserve_bytes = 1073741824
|
||||
|
||||
[backup]
|
||||
interval = "6h"
|
||||
recent = 12
|
||||
|
||||
Reference in New Issue
Block a user