Skip to content

Commit b437083

Browse files
Change instances to 'max' in citygenerator config
1 parent 315ceab commit b437083

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

citygenerator.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
{
44
name: "CityGenerator",
55
script: "./https_server.js",
6-
instances: "2",
6+
instances: "max",
77
exec_mode: "cluster",
88
env: {
99
NODE_ENV: "production"

0 commit comments

Comments
 (0)