From 4561b2d35d935f1a000e09320adab33442807a8e Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Wed, 1 May 2024 11:36:06 +0100 Subject: [PATCH] Roll out Rust crypto to 30% of existing users on `app.element.io` --- element.io/app/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index 2ea4ce7c61..2214dbc7ea 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -45,6 +45,6 @@ "privacy_policy_url": "https://element.io/cookie-policy", "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx", "setting_defaults": { - "RustCrypto.staged_rollout_percent": 10 + "RustCrypto.staged_rollout_percent": 30 } }