]> 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 1802257df1ee6af1fad19d472b477ff25d47ac2c..f807a1e585bc08f4e85a83f373773b0f1ec972aa 100644 (file)
@@ -24,7 +24,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
 
 // ---------------------------------------------------------------------------
 
-const LAST_MIGRATION_VERSION = 635
+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