Merge pull request #7466 from vector-im/andy/crypto_rollout

Expand rust crypto rollout to 50% users
This commit is contained in:
Anderas 2023-03-31 14:51:08 +01:00 committed by GitHub
commit de5ece66b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -52,7 +52,7 @@ import MatrixSDKCrypto
init(
remoteFeature: RemoteFeaturesClientProtocol = PostHogAnalyticsClient.shared,
localTargetPercentage: Double = 0.2
localTargetPercentage: Double = 0.5
) {
self.remoteFeature = remoteFeature
self.localFeature = PhasedRolloutFeature(

View file

@ -0,0 +1 @@
Crypto: Expand rust crypto rollout to 50% users