updated changelog

This commit is contained in:
Annika Hannig 2023-11-20 12:07:09 +01:00
parent 775b423152
commit 88b31ece52

View File

@ -6,6 +6,12 @@
* Added memory pools for deduplicating route information.
This drastically reduces the memory consumption.
* Single table birdwatcher source is now using stream
response parsing. This also reduces the memory consumption.
However, as there are now waiting times, CPU load can get
high. You can introduce a delay while parsing with the
`stream_parser_throttle` parameter in the config.
* Improved search performance and timeout handling.
* The BGP info modal can now be dismissed by pressing `esc`.