-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollout progressively the new Rust crypto SDK #901
Comments
From docs : For administrators looking to transition existing users to the new stack, the This configuration should be placed under the
|
From comments in https://github.com/matrix-org/matrix-react-sdk/blob/v3.92.0/src/MatrixClientPeg.ts#L331 |
Tests I made on tchap with 1.11.58 for behavior of flag :
Any existing devices keep their crypto type (rust or olm), even if the server flag changes. (this is exactly what the docs say, happily :) ) |
Don't start the rollout until this issue is fix on element side: element-hq/element-web#27165 This problem has flooded our server. CPU charge of main worker works at 120% due to Element Web users in instance "social" and "finance" |
Matrix JS sdk 33 fixes the problem : matrix-org/matrix-js-sdk#4216 https://github.com/matrix-org/matrix-js-sdk/releases/tag/v33.0.0 |
|
See : https://github.com/element-hq/element-web/blob/develop/docs/labs.md#use-the-rust-cryptography-implementation-feature_rust_crypto-in-development
This new crypto SDK is on by default but can be deployed progressively, what should we do?
The text was updated successfully, but these errors were encountered: