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

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