Merge pull request #15195 from overleaf/tm-compile-timeout-20s-phase-two-date-change

Update new/existing user cut off date for compile timeout

GitOrigin-RevId: 382e8bc171f1d3728cfbaefa85d9c2d13779d4ee
This commit is contained in:
John Lees-Miller
2023-10-10 13:32:49 +01:00
committed by Copybot
parent 9ad4ec2350
commit 39a9fc0503

View File

@@ -13,7 +13,7 @@ const { getAnalyticsIdFromMongoUser } = require('../Analytics/AnalyticsHelper')
const NEW_COMPILE_TIMEOUT_ENFORCED_CUTOFF = new Date('2023-09-18T11:00:00.000Z')
const NEW_COMPILE_TIMEOUT_ENFORCED_CUTOFF_DEFAULT_BASELINE = new Date(
'2023-10-08T11:00:00.000Z'
'2023-10-10T11:00:00.000Z'
)
module.exports = CompileManager = {