Skip to content

Commit 21637ee

Browse files
Change instances to 'max' for cluster mode
1 parent b8d6c63 commit 21637ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

microchess/microchess.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
name: 'microchess-generator',
66
script: './microchess.js',
77
exec_mode: 'cluster',
8-
instances: 1,
8+
instances: 'max',
99
env: {
1010
NODE_ENV: 'production'
1111
}
@@ -14,7 +14,7 @@ module.exports = {
1414
name: 'microchess-uploader',
1515
script: './jsonbin_randomchess.js',
1616
exec_mode: 'cluster',
17-
instances: 1,
17+
instances: 'max',
1818
env: {
1919
NODE_ENV: 'production'
2020
}

0 commit comments

Comments
 (0)