quick lint
This commit is contained in:
@ -3,10 +3,10 @@ pm2.connect(function() {
|
||||
pm2.start({
|
||||
name: 'server',
|
||||
script: 'server/server.js',
|
||||
exec_mode: 'cluster',
|
||||
'exec_mode': 'cluster',
|
||||
instances: '2',
|
||||
max_memory_restart: '900M'
|
||||
}, function(err, apps) {
|
||||
'max_memory_restart': '900M'
|
||||
}, function() {
|
||||
pm2.disconnect();
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user