mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update TODO
This commit is contained in:
parent
5176b18ef9
commit
894cb215ea
1 changed files with 2 additions and 9 deletions
11
TODO.md
11
TODO.md
|
|
@ -4,20 +4,13 @@
|
||||||
|
|
||||||
## Medium priority
|
## Medium priority
|
||||||
|
|
||||||
|
* Use thin LTO?
|
||||||
|
* Add release-debug profile?
|
||||||
* newer glommio versions might use SIGUSR1 internally, see glommio fe33e30
|
* newer glommio versions might use SIGUSR1 internally, see glommio fe33e30
|
||||||
* quit whole program if any thread panics
|
* quit whole program if any thread panics
|
||||||
* config: fail on unrecognized keys?
|
* config: fail on unrecognized keys?
|
||||||
* Run cargo-deny in CI
|
* Run cargo-deny in CI
|
||||||
|
|
||||||
* aquatic_http:
|
|
||||||
* clean out connections regularly
|
|
||||||
* handle like in aquatic_ws
|
|
||||||
* Rc<RefCell<ValidUntil>> which get set on successful request parsing and
|
|
||||||
successful response sending. Clone kept in connection slab which gets cleaned
|
|
||||||
periodically (= cancel tasks). Means that task handle will need to be stored in slab.
|
|
||||||
Config vars kill_idle_connections: bool, max_idle_connection_time. Remove keepalive.
|
|
||||||
* handle panicked/cancelled tasks?
|
|
||||||
|
|
||||||
* aquatic_ws
|
* aquatic_ws
|
||||||
* RES memory still high after traffic stops, even if torrent maps and connection slabs go down to 0 len and capacity
|
* RES memory still high after traffic stops, even if torrent maps and connection slabs go down to 0 len and capacity
|
||||||
* replacing indexmap_amortized / simd_json with equivalents doesn't help
|
* replacing indexmap_amortized / simd_json with equivalents doesn't help
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue