Skip to content

Commit 3565ea5

Browse files
committed
update pm2 config
1 parent 2d7164a commit 3565ea5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ecosystem.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ module.exports = {
55
script: 'src/index.js',
66
watch: '.',
77
ignore_watch: ['node_modules', 'logs'],
8+
exp_backoff_restart_delay: 100,
9+
log_date_format: "YYYY-MM-DD HH:mm:ss.SSS",
810
},
911
],
1012
};

0 commit comments

Comments
 (0)