transmission/transmission

transmission-daemon runs into timeout on startup when dealing with huge torrents

Open

#7.445 aberto em 18 de fev. de 2025

Ver no GitHub
 (12 comments) (3 reactions) (0 assignees)C++ (1.154 forks)batch import
help wantedneeds clarificationneeds testers

Métricas do repositório

Stars
 (10.996 stars)
Métricas de merge de PR
 (Mesclagem média 11d 14h) (30 fundiu PRs em 30d)

Description

What is the issue?

When transmission has one or multiple huge torrent files added (>1TB), then startup of transmission-daemon takes several minutes. This means that the systemd startup script will also run into a timeout.

I believe the best way to address this is to do an "initial" startup where all basic functionality is established and a startup notification is sent to systemd, and then perform a full startup where torrent blocks are verified and actual transfers happen.

Which application of Transmission?

transmission-daemon

Which version of Transmission?

4.0.6 (38c164933e)

Guia do colaborador