mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 06:56:57 +00:00
Increase autocompile rollout to 60%
This commit is contained in:
parent
773277e3a0
commit
cdbc551e01
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,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 })
|
||||
|
|
Loading…
Add table
Reference in a new issue