diff options
author | Chocobozzz <me@florianbigard.com> | 2022-11-24 10:20:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-11-24 10:20:07 +0100 |
commit | b7113ff7ef96b8262b9b556d2f4efb330dfbb1b7 (patch) | |
tree | 584968a82315f6036bca846be03dd73859f64258 /server/initializers | |
parent | d387cc60b952bc9b887e4692e1e903a727789d90 (diff) | |
download | PeerTube-b7113ff7ef96b8262b9b556d2f4efb330dfbb1b7.tar.gz PeerTube-b7113ff7ef96b8262b9b556d2f4efb330dfbb1b7.tar.zst PeerTube-b7113ff7ef96b8262b9b556d2f4efb330dfbb1b7.zip |
Increase unicast job concurrency
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, |