diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-03-16 18:16:28 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-03-16 18:16:28 +0900 |
| commit | 7bad9db32e8b91356ea9ccc571a9f09e845d258c (patch) | |
| tree | 6d6310d31940fa80a520c4a4b00423b7d3220d27 /src/daemons/queue-stats.ts | |
| parent | updatePersonを試行した時点でもlastFetchedAtを更新する (#4510) (diff) | |
| download | sharkey-7bad9db32e8b91356ea9ccc571a9f09e845d258c.tar.gz sharkey-7bad9db32e8b91356ea9ccc571a9f09e845d258c.tar.bz2 sharkey-7bad9db32e8b91356ea9ccc571a9f09e845d258c.zip | |
Update interval
Diffstat (limited to 'src/daemons/queue-stats.ts')
| -rw-r--r-- | src/daemons/queue-stats.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemons/queue-stats.ts b/src/daemons/queue-stats.ts index 00709f2607..f9ba90a0b7 100644 --- a/src/daemons/queue-stats.ts +++ b/src/daemons/queue-stats.ts @@ -4,7 +4,7 @@ import { deliverQueue, inboxQueue } from '../queue'; const ev = new Xev(); -const interval = 2000; +const interval = 3000; /** * Report queue stats regularly |