mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #8602 from overleaf/jpa-auto-compile-tracking
[web] record isAutoCompile in compile-result-backend event segmentation GitOrigin-RevId: b4b4b336d47987ef5d5ed132524a553ba5d4d140
This commit is contained in:
parent
b372a20002
commit
a0d1e918c8
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ module.exports = CompileController = {
|
|||
compileTime: timings?.compileE2E,
|
||||
timeout: limits.timeout === 60 ? 'short' : 'long',
|
||||
server: clsiServerId?.includes('-c2d-') ? 'faster' : 'normal',
|
||||
isAutoCompile,
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue