You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cli/cli-definitions.js
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,5 +221,9 @@ export default {
221
221
env: "PARSE_SERVER_SCHEMA_CACHE_TTL",
222
222
help: "The TTL for caching the schema for optimizing read/write operations. You should put a long TTL when your DB is in production. default to 0; disabled.",
223
223
action: numberParser("schemaCacheTTL"),
224
+
},
225
+
"cluster": {
226
+
help: "Run with cluster, optionally set the number of processes default to os.cpus().length",
0 commit comments