mirror of https://github.com/Chocobozzz/PeerTube
				
				
				
			
		
			
				
	
	
		
			13 lines
		
	
	
		
			302 B
		
	
	
	
		
			TypeScript
		
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			302 B
		
	
	
	
		
			TypeScript
		
	
	
| export interface Debug {
 | |
|   ip: string
 | |
|   activityPubMessagesWaiting: number
 | |
| }
 | |
| 
 | |
| export interface SendDebugCommand {
 | |
|   command: 'remove-dandling-resumable-uploads'
 | |
|   | 'process-video-views-buffer'
 | |
|   | 'process-video-viewers'
 | |
|   | 'process-video-channel-sync-latest'
 | |
|   | 'process-update-videos-scheduler'
 | |
| }
 |