blob: 1c4597b8b23935e6c66c8915034e068e3f4a85d2 (
plain) (
tree)
|
|
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'
}
|