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 33765cd650
commit 8f1dac6d68

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 = new Date('2023-09-18T11:00:00.000Z')
const NEW_COMPILE_TIMEOUT_ENFORCED_CUTOFF_DEFAULT_BASELINE = new Date( 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 = { module.exports = CompileManager = {