]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/debug.model.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
CommitLineData
5d79474c
C
1export interface Debug {
2 ip: string
883a9019 3 activityPubMessagesWaiting: number
5d79474c 4}
f6d6e7f8 5
6export interface SendDebugCommand {
2a491182
F
7 command: 'remove-dandling-resumable-uploads'
8 | 'process-video-views-buffer'
9 | 'process-video-viewers'
10 | 'process-video-channel-sync-latest'
3545e72c 11 | 'process-update-videos-scheduler'
f6d6e7f8 12}