Add zScore, pValue, specials, trending content #655

Merged
skhameneh merged 3 commits from trending-metrics into master 2018-10-24 22:47:47 +02:00
Showing only changes of commit c828d47bc0 - Show all commits

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') {