Merge pull request #4169 from overleaf/jpa-pdf-caching-full-beta
[misc] change pdf caching split test for beta users to 50/50 roll out GitOrigin-RevId: 3153448db82a9f0fa821da9d6cf5255e1feaaf28
This commit is contained in:
@@ -715,7 +715,7 @@ const ProjectController = {
|
||||
if (!userId) return cb(null, '')
|
||||
SplitTestHandler.getTestSegmentation(
|
||||
userId,
|
||||
'pdf_caching_beta',
|
||||
'pdf_caching_beta_full',
|
||||
(err, segmentation) => {
|
||||
if (err) {
|
||||
// Do not fail loading the editor.
|
||||
|
||||
Reference in New Issue
Block a user