transmission/transmission

close files, even when seeding, if they've been idle for some period of time

Open

#7.455 aberto em 26 de fev. de 2025

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (1.154 forks)batch import
good first issuepr welcomescope:coretype:feat

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?

Hi , im using macos app to host all my torrents and data files @ transmission 4.0.5. as i have a tape-storage so i use a web-driver to link my macos to the tape-storage.

Thus, when transmission need to upload some data, the web-driver will pull data from tap-storage and cache them locally in macbook hdd, then used by TR.

But there is a problem, in order to maximum the efficincy of mac hdd, the web-driver will delete cache files which are no longer opened( means no file handle is opened in a certain time range, like 30min).

For transmission, the file handle will NEVER close, as long as the torrent is in SEEDING mode.

Which application of Transmission?

macOS app

Which version of Transmission?

4.0.5

Guia do colaborador