Correct 30 minutes
This commit is contained in:
parent
7639dfabc0
commit
c828d47bc0
1 changed files with 1 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue