Skip to content

Commit be93e1b

Browse files
committed
Expand rust crypto rollout to 50% users
1 parent 45668e6 commit be93e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Riot/Experiments/CryptoSDKFeature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import MatrixSDKCrypto
5252

5353
init(
5454
remoteFeature: RemoteFeaturesClientProtocol = PostHogAnalyticsClient.shared,
55-
localTargetPercentage: Double = 0.2
55+
localTargetPercentage: Double = 0.5
5656
) {
5757
self.remoteFeature = remoteFeature
5858
self.localFeature = PhasedRolloutFeature(

0 commit comments

Comments
 (0)