]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/debug.model.ts
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
index 61cba6518dd57c745f228fbfde8102b5de023d8f..2ecabdecab1e8ad47541a809afdc35ca33886036 100644 (file)
@@ -1,3 +1,8 @@
 export interface Debug {
   ip: string
+  activityPubMessagesWaiting: number
+}
+
+export interface SendDebugCommand {
+  command: 'remove-dandling-resumable-uploads'
 }