]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/initializers/constants.ts
Proxy youtube-dl format command too
[github/Chocobozzz/PeerTube.git] / server / initializers / constants.ts
index 8461c732004e790f0e50fce3019fa559b95ec449..032f63c8f7bc5b64f760e2925f6acf6ec163edec 100644 (file)
@@ -14,7 +14,7 @@ import { CONFIG, registerConfigChangedHandler } from './config'
 
 // ---------------------------------------------------------------------------
 
-const LAST_MIGRATION_VERSION = 465
+const LAST_MIGRATION_VERSION = 470
 
 // ---------------------------------------------------------------------------
 
@@ -135,7 +135,7 @@ const JOB_CONCURRENCY: { [id in (JobType | 'video-file')]: number } = {
   'activitypub-http-broadcast': 1,
   'activitypub-http-unicast': 5,
   'activitypub-http-fetcher': 1,
-  'activitypub-follow': 3,
+  'activitypub-follow': 1,
   'video-file-import': 1,
   'video-transcoding': 1,
   'video-file': 1,