From 60d3b590761c25a37f6712d2f9b1465153be20cd Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Thu, 6 Jun 2024 09:53:29 +0100 Subject: [PATCH] Roll out Rust crypto to 60% 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 2214dbc7ea..27ab4abd6f 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": 30 + "RustCrypto.staged_rollout_percent": 60 } }