]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/debug.model.ts
Channel sync (#5135)
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
index 2ecabdecab1e8ad47541a809afdc35ca33886036..1c4597b8b23935e6c66c8915034e068e3f4a85d2 100644 (file)
@@ -5,4 +5,7 @@ export interface Debug {
 
 export interface SendDebugCommand {
   command: 'remove-dandling-resumable-uploads'
+  | 'process-video-views-buffer'
+  | 'process-video-viewers'
+  | 'process-video-channel-sync-latest'
 }