tweaks
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-09 21:09:12 +03:00
parent ff444d6de2
commit 1e6be9bfd9
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ module.exports = {
script: './src/index.js',
watch: true,
ignore_watch: ['node_modules', 'public/*'],
restart_delay: 600000
restart_delay: 4 * 60 * 1000
}]
}