X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fconstants.ts;h=f807a1e585bc08f4e85a83f373773b0f1ec972aa;hb=1e0741d16545ea720d04b566a808853b3975ea7f;hp=1e74f3eab8b1904abfa50391fb3e20e12479b00f;hpb=2cb03dc1f4e01ba491c36caff30c33fe9c5bad89;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 1e74f3eab..f807a1e58 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts @@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config' // --------------------------------------------------------------------------- -const LAST_MIGRATION_VERSION = 625 +const LAST_MIGRATION_VERSION = 645 // --------------------------------------------------------------------------- @@ -188,10 +188,7 @@ const REPEAT_JOBS: { [ id: string ]: EveryRepeatOptions | CronRepeatOptions } = } } const JOB_PRIORITY = { - TRANSCODING: { - OPTIMIZER: 10, - NEW_RESOLUTION: 100 - } + TRANSCODING: 100 } const BROADCAST_CONCURRENCY = 30 // How many requests in parallel we do in activitypub-http-broadcast job @@ -614,7 +611,7 @@ const ACTOR_IMAGES_SIZE = { }, BANNERS: { width: 1920, - height: 384 + height: 317 // 6/1 ratio } }