This commit is contained in:
Florent Vilmart
2016-11-11 12:40:41 -05:00
committed by Arthur Cinader
parent e9dfb68a37
commit b80d8a0d3d

View File

@@ -201,7 +201,7 @@ export default {
action: booleanParser
},
"cluster": {
env: PARSE_SERVER_CLUSTER,
env: "PARSE_SERVER_CLUSTER",
help: "Run with cluster, optionally set the number of processes default to os.cpus().length",
action: numberOrBoolParser("cluster")
},