X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fconstants.ts;h=4656ccdbcdf661f86c7d3e2d0defad3a616d5750;hb=40fa53ac9900fb140027bd2ed03f3e90dde1b4bd;hp=aaf39e6ec2bea889345ca61c2803a1cc609a7582;hpb=57e4e1c1a95c3a81a967f54ecc2a510d8b0e129c;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index aaf39e6ec..4656ccdbc 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' // --------------------------------------------------------------------------- -const LAST_MIGRATION_VERSION = 695 +const LAST_MIGRATION_VERSION = 705 // --------------------------------------------------------------------------- @@ -152,7 +152,7 @@ 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 } @@ -170,7 +170,7 @@ const JOB_CONCURRENCY: { [id in Exclude