Increase fetcher jobs concurrency

pull/4196/head
Chocobozzz 2021-06-15 15:31:08 +02:00
parent 799ece6aae
commit 60520c7c85
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = {
const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = {
'activitypub-http-broadcast': 1,
'activitypub-http-unicast': 5,
'activitypub-http-fetcher': 1,
'activitypub-http-fetcher': 3,
'activitypub-cleaner': 1,
'activitypub-follow': 1,
'video-file-import': 1,