Roll out elongator by default to all

This commit is contained in:
dangered wolf 2023-08-21 21:00:00 -04:00
parent b9e97c87ca
commit b143797f77
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -12,7 +12,7 @@ const Experiments: { [key in Experiment]: ExperimentConfig } = {
[Experiment.ELONGATOR_BY_DEFAULT]: {
name: 'Elongator by default',
description: 'Enable Elongator by default (guest token lockout bypass)',
percentage: 0.5
percentage: 1
}
};