]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/debug.model.ts
Channel sync (#5135)
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
1 export interface Debug {
2 ip: string
3 activityPubMessagesWaiting: number
4 }
5
6 export interface SendDebugCommand {
7 command: 'remove-dandling-resumable-uploads'
8 | 'process-video-views-buffer'
9 | 'process-video-viewers'
10 | 'process-video-channel-sync-latest'
11 }