mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
Update TODO
This commit is contained in:
parent
1f7539abb3
commit
1372f46e87
1 changed files with 7 additions and 0 deletions
7
TODO.md
7
TODO.md
|
|
@ -6,6 +6,13 @@
|
||||||
* udp: support link to arbitrary homepage as well as embedded tracker URL in statistics page
|
* udp: support link to arbitrary homepage as well as embedded tracker URL in statistics page
|
||||||
* ws: wait for crates release of glommio with membarrier fix (PR #558)
|
* ws: wait for crates release of glommio with membarrier fix (PR #558)
|
||||||
* Release new version
|
* Release new version
|
||||||
|
* Consider storing torrents in separate IndexMaps. The amount should be a power
|
||||||
|
of 2 and should be configurable. They could be stored in a Vec and the index
|
||||||
|
could be calculated by taking the first N bits of the info hash. Each such map
|
||||||
|
would also store when it was last cleaned. There would then be a small
|
||||||
|
configurable random chance that when an announce request is being processed,
|
||||||
|
the map will be cleaned. When doing the normal cleaning round, recently
|
||||||
|
cleaned maps would be skipped.
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue