1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-11 00:57:18 +00:00

Merge branch 'master' into sk-unlisted-projects

This commit is contained in:
Shane Kilkelly 2017-11-07 16:15:45 +00:00
commit 82f5bbc5c8

View file

@ -272,7 +272,7 @@ module.exports = ProjectController =
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
counter = parseInt(user_id.toString().substring(18, 24), 16)
rolloutPercentage = 40 # Percentage of users to roll out to
rolloutPercentage = 60 # Percentage of users to roll out to
if counter % 100 > rolloutPercentage
# Don't show if user is not part of roll out
return cb(null, { enabled: false, showOnboarding: false })