Correct 30 minutes

This commit is contained in:
Shawn 2018-10-24 03:45:44 -05:00
parent 7639dfabc0
commit c828d47bc0

View file

@ -177,7 +177,7 @@ function Server () {
.then(() => {
logger.info('Spee.ch startup is complete');
setInterval(processTrending, .2 * 60000) // 30 minutes
setInterval(processTrending, 30 * 60000) // 30 minutes
})
.catch(error => {
if (error.code === 'ECONNREFUSED') {