spec(QueueStatsService): Increase update interval (MisskeyIO#359)
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user