]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/server/debug.model.ts
prevent multiple post-process triggering of upload-resumable (#4175)
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
CommitLineData
5d79474c
C
1export interface Debug {
2 ip: string
883a9019 3 activityPubMessagesWaiting: number
5d79474c 4}
f6d6e7f8 5
6export interface SendDebugCommand {
7 command: 'remove-dandling-resumable-uploads'
8}