]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/debug.model.ts
Channel sync (#5135)
[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'
f6d6e7f8 11}