1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-22 21:29:43 +00:00

Increase autocompile rollout to 100%

This commit is contained in:
Alasdair Smith 2018-01-03 10:01:35 +00:00
parent 8c29b93ae9
commit b2d92ea482

View file

@ -253,7 +253,7 @@ module.exports = ProjectController =
# Extract data from user's ObjectId
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
rolloutPercentage = 60 # Percentage of users to roll out to
rolloutPercentage = 100 # 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 })