mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
added radix to parseInt() call
This commit is contained in:
parent
1a23887a85
commit
a1109d3a1e
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ settings =
|
|||
collaborators: -1
|
||||
dropbox: true
|
||||
versioning: true
|
||||
compileTimeout: parseInt(process.env["COMPILE_TIMEOUT"]) or 180
|
||||
compileTimeout: parseInt(process.env["COMPILE_TIMEOUT"] or 180, 10)
|
||||
compileGroup: "standard"
|
||||
trackChanges: true
|
||||
templates: true
|
||||
|
|
Loading…
Reference in a new issue