From 0138af9237b77dd7d3a49260d164193b4048de84 Mon Sep 17 00:00:00 2001 From: Florent Fayolle Date: Sat, 2 Jun 2018 21:39:41 +0200 Subject: Add create-import-video-file-job command --- server/initializers/constants.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/initializers') diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 9b459c241..482db2d5c 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -74,6 +74,7 @@ const JOB_ATTEMPTS: { [ id in JobType ]: number } = { 'activitypub-http-unicast': 5, 'activitypub-http-fetcher': 5, 'activitypub-follow': 5, + 'video-file-import': 1, 'video-file': 1, 'email': 5 } @@ -82,6 +83,7 @@ const JOB_CONCURRENCY: { [ id in JobType ]: number } = { 'activitypub-http-unicast': 5, 'activitypub-http-fetcher': 1, 'activitypub-follow': 3, + 'video-file-import': 1, 'video-file': 1, 'email': 5 } -- cgit v1.2.3