]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/debug.model.ts
Move to bullmq
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
index 2ecabdecab1e8ad47541a809afdc35ca33886036..223d233622eb081e8d1a793c251af82d23a12789 100644 (file)
@@ -4,5 +4,5 @@ export interface Debug {
 }
 
 export interface SendDebugCommand {
-  command: 'remove-dandling-resumable-uploads'
+  command: 'remove-dandling-resumable-uploads' | 'process-video-views-buffer' | 'process-video-viewers'
 }