diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/initializers/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.ts b/server/initializers/constants.ts index d4ac8bbbe..032f63c8f 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -135,7 +135,7 @@ const JOB_CONCURRENCY: { [id in (JobType | 'video-file')]: number } = { | |||
135 | 'activitypub-http-broadcast': 1, | 135 | 'activitypub-http-broadcast': 1, |
136 | 'activitypub-http-unicast': 5, | 136 | 'activitypub-http-unicast': 5, |
137 | 'activitypub-http-fetcher': 1, | 137 | 'activitypub-http-fetcher': 1, |
138 | 'activitypub-follow': 3, | 138 | 'activitypub-follow': 1, |
139 | 'video-file-import': 1, | 139 | 'video-file-import': 1, |
140 | 'video-transcoding': 1, | 140 | 'video-transcoding': 1, |
141 | 'video-file': 1, | 141 | 'video-file': 1, |