Merge pull request #194 from sharelatex/as-autocompile-rollout-40

Increase autocompile rollout to 40%
This commit is contained in:
Paulo Jorge Reis 2017-12-06 11:22:40 +00:00 committed by GitHub
commit 37a571283a

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 = 20 # Percentage of users to roll out to
rolloutPercentage = 40 # 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 })