X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Finitializers%2Fconstants.ts;h=f807a1e585bc08f4e85a83f373773b0f1ec972aa;hb=1e0741d16545ea720d04b566a808853b3975ea7f;hp=1deabec87cd147da89013768e960d54cc7a04a80;hpb=282695e699a35b65441b548061ef0db5de9b3971;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index 1deabec87..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 = 630 +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 } }