ecosystem.config.js tweaks
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,7 @@ module.exports = {
|
|||||||
name: 'warframe-market-bot',
|
name: 'warframe-market-bot',
|
||||||
script: './src/index.js',
|
script: './src/index.js',
|
||||||
watch: true,
|
watch: true,
|
||||||
ignore_watch: ['node_modules', 'public/*'],
|
ignore_watch: ['node_modules', 'public'],
|
||||||
restart_delay: 4 * 60 * 1000
|
restart_delay: 1 * 60 * 1000
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user