spec(QueueStatsService): Increase update interval (MisskeyIO#359)

This commit is contained in:
まっちゃとーにゅ 2024-01-15 22:25:05 +09:00 committed by GitHub
parent ddda29c219
commit bad14005f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@ import type { OnApplicationShutdown } from '@nestjs/common';
const ev = new Xev();
const interval = 10000;
const interval = 30000;
@Injectable()
export class QueueStatsService implements OnApplicationShutdown {