mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 06:52:52 +00:00
Change to 3% rollout
This commit is contained in:
parent
0d566f8c39
commit
b1bae4aaae
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ module.exports = ProjectController =
|
|||
# Extract data from user's ObjectId
|
||||
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
|
||||
|
||||
rolloutPercentage = 5 # Percentage of users to roll out to
|
||||
rolloutPercentage = 3 # Percentage of users to roll out to
|
||||
if !ProjectController._isInPercentageRollout('autocompile', user_id, rolloutPercentage)
|
||||
# Don't show if user is not part of roll out
|
||||
return cb(null, { enabled: false, showOnboarding: false })
|
||||
|
|
Loading…
Add table
Reference in a new issue