fix typos

This commit is contained in:
Johan Rhodin 2024-07-16 16:13:16 -05:00 committed by GitHub
parent 2c753f66b1
commit c86a0be5c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ Some key improvements in this release are listed below.
* Mirroring (replication) of classic queues [was removed](https://github.com/rabbitmq/rabbitmq-server/pull/9815) after several years of depracation. For replicated messaging data types,
use quorum queues and/or streams. Non-replicated classic queues remain and their development continues
* Classic queue [storage efficiency improvements](https://github.com/rabbitmq/rabbitmq-server/pull/11112), in particular recovery time and storage of multi-MiB messages
* Node with multiple enabled plugins little on disk data to recover now [start up to 20-30% faster](https://github.com/rabbitmq/rabbitmq-server/pull/10989)
* Nodes with multiple enabled plugins and little on disk data to recover now [start up to 20-30% faster](https://github.com/rabbitmq/rabbitmq-server/pull/10989)
* CQv1, [the original classic queue storage layer, was removed](https://github.com/rabbitmq/rabbitmq-server/pull/10656) except for the part that's necessary for upgrades
* Several I/O-related metrics are dropped, they should be [monitored at the infrastructure and kernel layers](https://www.rabbitmq.com/docs/monitoring#system-metrics)
@ -88,5 +88,5 @@ TBD
## Source Code Archives
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.13.4.tar.xz`
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-4.0.0-beta.1.tar.xz`
instead of the source tarball produced by GitHub.