X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fconstants.ts;h=909fffdb632baf4400d37aaa9c46c76de3038880;hb=cdd838168d617f70fc04fe7f23846810e7e07082;hp=7bc2877aaca034b76ed59fc5808e1e7a682bb3d3;hpb=cc45cc9ac1d0afbe4844c34b13dd4a65dd523be1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 7bc2877aa..909fffdb6 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' // --------------------------------------------------------------------------- -const LAST_MIGRATION_VERSION = 685 +const LAST_MIGRATION_VERSION = 710 // --------------------------------------------------------------------------- @@ -152,7 +152,8 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = { 'activitypub-refresher': 1, 'video-redundancy': 1, 'video-live-ending': 1, - 'video-edition': 1, + 'video-studio-edition': 1, + 'manage-video-torrent': 1, 'move-to-object-storage': 3 } // Excluded keys are jobs that can be configured by admins @@ -169,7 +170,8 @@ const JOB_CONCURRENCY: { [id in Exclude