We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7164a commit 3565ea5Copy full SHA for 3565ea5
ecosystem.config.js
@@ -5,6 +5,8 @@ module.exports = {
5
script: 'src/index.js',
6
watch: '.',
7
ignore_watch: ['node_modules', 'logs'],
8
+ exp_backoff_restart_delay: 100,
9
+ log_date_format: "YYYY-MM-DD HH:mm:ss.SSS",
10
},
11
],
12
};
0 commit comments