mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added support for COMPILE_TIMEOUT env
This commit is contained in:
parent
e0cbb155a9
commit
02377af0ab
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