mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Set proportion to 0
This commit is contained in:
@@ -257,7 +257,7 @@ module.exports = ProjectController =
|
||||
timestamp = parseInt(user_id.toString().substring(0, 8), 16)
|
||||
counter = parseInt(user_id.toString().substring(18, 24), 16)
|
||||
|
||||
rolloutProportion = 10
|
||||
rolloutProportion = 0
|
||||
if counter % 1000 < rolloutProportion
|
||||
# Don't show if user is not part of roll out
|
||||
return cb(null, false)
|
||||
|
||||
Reference in New Issue
Block a user