added support for COMPILE_TIMEOUT env
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user