Merge pull request #150 from sharelatex/as-autocompile-rollout-10

Increase autocompile rollout to 10%
This commit is contained in:
James Allen 2017-11-22 11:43:28 +00:00 committed by GitHub
commit 12f71d58cd

View file

@ -289,7 +289,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 = 10 # 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 })