1
0
Fork 0

Increase unicast job concurrency

This commit is contained in:
Chocobozzz 2022-11-24 10:20:07 +01:00
parent d387cc60b9
commit b7113ff7ef
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,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-broadcast-parallel': 30,
'activitypub-http-unicast': 10,
'activitypub-http-unicast': 30,
'activitypub-http-fetcher': 3,
'activitypub-cleaner': 1,
'activitypub-follow': 1,