Update TODO

This commit is contained in:
Joakim Frostegård 2024-01-25 18:59:06 +01:00
parent c7f7f010ca
commit 09c61b884c

12
TODO.md
View file

@ -2,20 +2,14 @@
## High priority ## High priority
* udp * general
* if peer_clients is on, add task to generate prometheus exports on regular * add task to generate prometheus exports on regular interval to clean up
interval to clean up data data. this is important if peer_clients is activated
* http * http
* consider storing small number of peers without extra heap allocation * consider storing small number of peers without extra heap allocation
* add CI transfer test for http without TLS * add CI transfer test for http without TLS
* ws
* extract offer receiver peers while peer is removed, as in udp implementation
* consider storing small number of peers without extra heap allocation
* if peer_clients is on, add task to generate prometheus exports on regular
interval to clean up data
* aquatic_bench * aquatic_bench
* Opentracker "slow to get up to speed", is it due to getting faster once * Opentracker "slow to get up to speed", is it due to getting faster once
inserts are rarely needed since most ip-port combinations have been sent? inserts are rarely needed since most ip-port combinations have been sent?