unarr/internal/config
Deivid Soto c476bd865c feat(daemon): add auto-scan, force start, and stall timeout default
- Auto-scan: daemon scans library daily (configurable via config.toml)
  [library] auto_scan = true, scan_interval = "24h"
- Force start: tasks with forceStart=true bypass concurrency semaphore
  (like Transmission's Force Start — opens temporary extra slot)
- Stall timeout default: 30m instead of unlimited, prevents dead torrents
  from permanently blocking download slots
- ForceStart field in agent.Task for CLI/server communication
2026-03-29 20:22:15 +02:00
..
config.go feat(daemon): add auto-scan, force start, and stall timeout default 2026-03-29 20:22:15 +02:00
config_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
config_validate_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
paths.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
paths_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00