mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-05 18:13:14 +00:00
added support for COMPILE_TIMEOUT env
This commit is contained in:
parent
1d02dd5149
commit
65c1a971c7
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ settings =
|
|||
collaborators: -1
|
||||
dropbox: true
|
||||
versioning: true
|
||||
compileTimeout: 180
|
||||
compileTimeout: process.env["COMPILE_TIMEOUT"] or 180
|
||||
compileGroup: "standard"
|
||||
trackChanges: true
|
||||
templates: true
|
||||
|
|
Loading…
Reference in a new issue