1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-11 18:15:32 +00:00

add missing setting for optimiseInDocker

This commit is contained in:
Brian Gough 2020-06-09 11:22:28 +01:00
parent cd4041bc1b
commit 54d1cf7eeb

View file

@ -76,6 +76,7 @@ if (process.env.DOCKER_RUNNER) {
socketPath: '/var/run/docker.sock',
user: process.env.TEXLIVE_IMAGE_USER || 'tex'
},
optimiseInDocker: true,
expireProjectAfterIdleMs: 24 * 60 * 60 * 1000,
checkProjectsIntervalMs: 10 * 60 * 1000
}