aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/debug.model.ts
blob: 1c4597b8b23935e6c66c8915034e068e3f4a85d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
export interface Debug {
  ip: string
  activityPubMessagesWaiting: number
}

export interface SendDebugCommand {
  command: 'remove-dandling-resumable-uploads'
  | 'process-video-views-buffer'
  | 'process-video-viewers'
  | 'process-video-channel-sync-latest'
}