X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fconstants.ts;h=3069e235382592bffeb31c9f37121d096b115f65;hb=8d07888728bc5aabc7d0cd6211bc49fc45fd0353;hp=9b972b87e137be7c8e6ebfd65350bed4708e95fa;hpb=d0800f7661f13fabe7bb6f4aa0ea50764f106405;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 9b972b87e..3069e2353 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -152,6 +152,7 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = { 'activitypub-refresher': 1, 'video-redundancy': 1, 'video-live-ending': 1, + 'video-edition': 1, 'move-to-object-storage': 3 } // Excluded keys are jobs that can be configured by admins @@ -168,6 +169,7 @@ const JOB_CONCURRENCY: { [id in Exclude