mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #166 from sharelatex/as-autocompile-rollout-20
Increase autocompile rollout to 20%
This commit is contained in:
commit
dba0ab003c
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ module.exports = ProjectController =
|
|||
# Extract data from user's ObjectId
|
||||
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
|
||||
|
||||
rolloutPercentage = 10 # Percentage of users to roll out to
|
||||
rolloutPercentage = 20 # 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…
Reference in a new issue