]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Fix CLI plugins list command: use command parameters.
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index 1e74f3eab8b1904abfa50391fb3e20e12479b00f..f807a1e585bc08f4e85a83f373773b0f1ec972aa 100644 (file)
@@ -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
   }
 }