diff options
Diffstat (limited to 'server/initializers/constants.ts')
-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 d41d0e056..06b4e5a18 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -152,7 +152,7 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = { | |||
152 | const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = { | 152 | const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = { |
153 | 'activitypub-http-broadcast': 1, | 153 | 'activitypub-http-broadcast': 1, |
154 | 'activitypub-http-unicast': 5, | 154 | 'activitypub-http-unicast': 5, |
155 | 'activitypub-http-fetcher': 1, | 155 | 'activitypub-http-fetcher': 3, |
156 | 'activitypub-cleaner': 1, | 156 | 'activitypub-cleaner': 1, |
157 | 'activitypub-follow': 1, | 157 | 'activitypub-follow': 1, |
158 | 'video-file-import': 1, | 158 | 'video-file-import': 1, |