-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Labels
Milestone
Description
Currently the torrent repository is not bound by an upper limit of torrents or memory usage. When the memory size of the torrent repository exceeds the amount of memory available on the host system, the tracker will restart.
To solve this problem, I want to add a configurable memory limit for the torrent repository. When the torrent repository is full, it should let new torrents replace old low priority torrents. For the first implementation I will base the priority on the time it was last accessed in an announce request.
Relevant discussions/issues
Needs issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done