spec(QueueStatsService): Increase update interval (MisskeyIO#359)
This commit is contained in:
parent
ddda29c219
commit
bad14005f8
|
@ -15,7 +15,7 @@ import type { OnApplicationShutdown } from '@nestjs/common';
|
||||||
|
|
||||||
const ev = new Xev();
|
const ev = new Xev();
|
||||||
|
|
||||||
const interval = 10000;
|
const interval = 30000;
|
||||||
|
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class QueueStatsService implements OnApplicationShutdown {
|
export class QueueStatsService implements OnApplicationShutdown {
|
||||||
|
|
Loading…
Reference in New Issue