]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/job.model.ts
Speed up activity pub http requests
[github/Chocobozzz/PeerTube.git] / shared / models / job.model.ts
index ab723084a7e66c85079092f9eb195f230326a266..10696e3f899b92d51d6d68579a4dd14804ccf99a 100644 (file)
@@ -1,2 +1,2 @@
 export type JobState = 'pending' | 'processing' | 'error' | 'success'
-export type JobCategory = 'transcoding' | 'http-request'
+export type JobCategory = 'transcoding' | 'activitypub-http'