Reduce inbox stats updated interval
This commit is contained in:
parent
14d3bb9c53
commit
66dbfa1f30
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue