nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
15.1k stars 1.36k forks source link

[IMPROVED] Increase cache invalidation times for mb.cache.buf and mb.fss. #5568

Closed derekcollison closed 1 week ago

derekcollison commented 1 week ago

This is to avoid thrashing on sparse streams and streams that hit max msgs limits where we have to remove the first that nay be in a totally different block.

Signed-off-by: Derek Collison derek@nats.io