Increase fetcher jobs concurrency
This commit is contained in:
parent
799ece6aae
commit
60520c7c85
|
@ -152,7 +152,7 @@ const JOB_ATTEMPTS: { [id in JobType]: number } = {
|
||||||
const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = {
|
const JOB_CONCURRENCY: { [id in Exclude<JobType, 'video-transcoding' | 'video-import'>]: number } = {
|
||||||
'activitypub-http-broadcast': 1,
|
'activitypub-http-broadcast': 1,
|
||||||
'activitypub-http-unicast': 5,
|
'activitypub-http-unicast': 5,
|
||||||
'activitypub-http-fetcher': 1,
|
'activitypub-http-fetcher': 3,
|
||||||
'activitypub-cleaner': 1,
|
'activitypub-cleaner': 1,
|
||||||
'activitypub-follow': 1,
|
'activitypub-follow': 1,
|
||||||
'video-file-import': 1,
|
'video-file-import': 1,
|
||||||
|
|
Loading…
Reference in New Issue