From dcb3c2102e7447855411dcaf5dc06b59ba5d38cf Mon Sep 17 00:00:00 2001 From: Anatoly Date: Wed, 9 Mar 2022 21:24:09 +0300 Subject: [PATCH] ecosystem.config.js tweaks --- ecosystem.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 60c3dd4..a7c9ab0 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ module.exports = { name: 'warframe-market-bot', script: './src/index.js', watch: true, - ignore_watch: ['node_modules', 'public/*'], - restart_delay: 4 * 60 * 1000 + ignore_watch: ['node_modules', 'public'], + restart_delay: 1 * 60 * 1000 }] }