added radix to parseInt() call

This commit is contained in:
Miguel Serrano 2020-10-23 11:58:43 +02:00
parent 8c99bfe066
commit d8d6dbffee

View file

@ -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