diff options
Diffstat (limited to 'server/initializers')
-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 c8fa8fa2c..7e3c0b497 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -169,7 +169,7 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = { | |||
169 | const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = { | 169 | const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = { |
170 | 'activitypub-http-broadcast': 1, | 170 | 'activitypub-http-broadcast': 1, |
171 | 'activitypub-http-broadcast-parallel': 30, | 171 | 'activitypub-http-broadcast-parallel': 30, |
172 | 'activitypub-http-unicast': 10, | 172 | 'activitypub-http-unicast': 30, |
173 | 'activitypub-http-fetcher': 3, | 173 | 'activitypub-http-fetcher': 3, |
174 | 'activitypub-cleaner': 1, | 174 | 'activitypub-cleaner': 1, |
175 | 'activitypub-follow': 1, | 175 | 'activitypub-follow': 1, |