1
0
Fork 0

Reduce inbox stats updated interval

This commit is contained in:
Chocobozzz 2021-01-08 11:59:42 +01:00
parent 14d3bb9c53
commit 66dbfa1f30
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ const SCHEDULER_INTERVALS_MS = {
autoFollowIndexInstances: 60000 * 60 * 24, // 1 day
removeOldViews: 60000 * 60 * 24, // 1 day
removeOldHistory: 60000 * 60 * 24, // 1 day
updateInboxStats: 1000 * 60 * 5 // 5 minutes
updateInboxStats: 1000 * 60// 1 minute
}
// ---------------------------------------------------------------------------