]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Speed up activity pub http requests
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index f0a569410b1f782578379d800fbbd4e7a6d2e770..48d7b5b986ea5e8fbde774d67dad1e04cc8e3513 100644 (file)
@@ -260,7 +260,7 @@ const JOB_STATES: { [ id: string ]: JobState } = {
 }
 const JOB_CATEGORIES: { [ id: string ]: JobCategory } = {
   TRANSCODING: 'transcoding',
-  HTTP_REQUEST: 'http-request'
+  ACTIVITYPUB_HTTP: 'activitypub-http'
 }
 // How many maximum jobs we fetch from the database per cycle
 const JOBS_FETCH_LIMIT_PER_CYCLE = {