mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update CHANGELOG
This commit is contained in:
parent
1afe45c6f6
commit
66ce936a12
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@
|
||||||
* Use [Rust 1.64 workspace inheritance](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
|
* Use [Rust 1.64 workspace inheritance](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
|
||||||
* Reduce space taken by ValidUntil struct from 128 to 32 bits, reducing memory
|
* Reduce space taken by ValidUntil struct from 128 to 32 bits, reducing memory
|
||||||
consumption for each stored peer by same amount
|
consumption for each stored peer by same amount
|
||||||
* Use regular (non-amortized) IndexMap for peer and pending scrape response
|
* Use regular indexmap instead of amortized-indexmap. This goes for torrent,
|
||||||
maps (but not for torrent maps)
|
peer and pending scrape response maps
|
||||||
* Improve privilege dropping
|
* Improve privilege dropping
|
||||||
* Quit whole program if any thread panics
|
* Quit whole program if any thread panics
|
||||||
* Update dependencies
|
* Update dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue