mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Increase rollout to 5%
This commit is contained in:
parent
0d02332be8
commit
edb2a6c88b
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ module.exports = ProjectController =
|
||||||
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
|
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
|
||||||
counter = parseInt(user_id.toString().substring(18, 24), 16)
|
counter = parseInt(user_id.toString().substring(18, 24), 16)
|
||||||
|
|
||||||
rolloutPercentage = 3 # Percentage of users to roll out to
|
rolloutPercentage = 5 # Percentage of users to roll out to
|
||||||
if counter % 100 > rolloutPercentage
|
if counter % 100 > rolloutPercentage
|
||||||
# Don't show if user is not part of roll out
|
# Don't show if user is not part of roll out
|
||||||
return cb(null, false)
|
return cb(null, false)
|
||||||
|
|
Loading…
Reference in a new issue