From b48eb28fc2cc19fc68d245bfd8d682010aa90e49 Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Wed, 7 Jan 2026 13:12:24 -0800 Subject: [PATCH] docs: remove outdated notice about perf. regression (#467) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 1f1ccbb0..f5f45270 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,6 @@ The services and libraries that power the Revolt service.
Rust 1.86.0 or higher. -> [!CAUTION] -> The events server has a significant performance regression between Rust 1.77.2 and 1.78.0 onwards, see [issue #341](https://github.com/revoltchat/backend/issues/341). This is currently solved by build time options but we are looking for a proper fix. - ## Development Guide Before contributing, make yourself familiar with [our contribution guidelines](https://developers.revolt.chat/contrib.html) and the [technical documentation for this project](https://revoltchat.github.io/backend/).