|
|
@@ -1176,7 +1176,11 @@ async function initialize(webRouter, privateApiRouter, publicApiRouter) {
|
|
|
CompileManager.compile(
|
|
|
projectId,
|
|
|
testUserId,
|
|
|
- { metricsPath: 'health-check' },
|
|
|
+ {
|
|
|
+ metricsPath: 'health-check',
|
|
|
+ compileFromHistory: true,
|
|
|
+ rootResourcePath: 'main.tex',
|
|
|
+ },
|
|
|
function (error, status, _outputFiles, clsiServerId) {
|
|
|
if (handler) {
|
|
|
clearTimeout(handler)
|