Skip to content

Commit

Permalink
run two instances of accounts API
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Dec 21, 2024
1 parent b987d06 commit cb62dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
name: 'server_accounts',
script: 'dist/server/serve.js',
args: ['-p', '3001', '-c', 'config.accounts.json', '-a'],
instances: 1,
instances: 2,
wait_ready: true,
listen_timeout: 10000,
},
Expand Down

0 comments on commit cb62dd1

Please sign in to comment.