Commit 9ee9e1bf authored by Alex Buijs's avatar Alex Buijs

Increase experiment ratio

Direct 50% of users to the experimental
signup flow.
parent 6318b5d9
......@@ -14,7 +14,7 @@ module Gitlab
signup_flow: {
feature_toggle: :experimental_separate_sign_up_flow,
environment: ::Gitlab.dev_env_or_com?,
enabled_ratio: 0.1,
enabled_ratio: 0.5,
tracking_category: 'Growth::Acquisition::Experiment::SignUpFlow'
}
}.freeze
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment