]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/debug.model.ts
Fix tests
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
index 7ceff91372a9210e7ba8684661aa751b1bee1f1e..1c4597b8b23935e6c66c8915034e068e3f4a85d2 100644 (file)
@@ -1,7 +1,11 @@
 export interface Debug {
   ip: string
 export interface Debug {
   ip: string
+  activityPubMessagesWaiting: number
 }
 
 export interface SendDebugCommand {
   command: 'remove-dandling-resumable-uploads'
 }
 
 export interface SendDebugCommand {
   command: 'remove-dandling-resumable-uploads'
+  | 'process-video-views-buffer'
+  | 'process-video-viewers'
+  | 'process-video-channel-sync-latest'
 }
 }