diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-10 11:15:07 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-10 13:34:20 +0100 |
commit | ab4d4db44a4f943056b856cbdc7b8d157cabf9af (patch) | |
tree | 8912ddbeab076e06eecc99f84f9f93c398c0bfc3 /server | |
parent | db84cf89bcb20b5aaa87f4a6d92d41cc0060a089 (diff) | |
download | PeerTube-ab4d4db44a4f943056b856cbdc7b8d157cabf9af.tar.gz PeerTube-ab4d4db44a4f943056b856cbdc7b8d157cabf9af.tar.zst PeerTube-ab4d4db44a4f943056b856cbdc7b8d157cabf9af.zip |
Avoid follow SQL conflicts
Diffstat (limited to 'server')
-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 d4ac8bbbe..032f63c8f 100644 --- a/server/initializers/constants.ts +++ b/server/initializers/constants.ts | |||
@@ -135,7 +135,7 @@ const JOB_CONCURRENCY: { [id in (JobType | 'video-file')]: number } = { | |||
135 | 'activitypub-http-broadcast': 1, | 135 | 'activitypub-http-broadcast': 1, |
136 | 'activitypub-http-unicast': 5, | 136 | 'activitypub-http-unicast': 5, |
137 | 'activitypub-http-fetcher': 1, | 137 | 'activitypub-http-fetcher': 1, |
138 | 'activitypub-follow': 3, | 138 | 'activitypub-follow': 1, |
139 | 'video-file-import': 1, | 139 | 'video-file-import': 1, |
140 | 'video-transcoding': 1, | 140 | 'video-transcoding': 1, |
141 | 'video-file': 1, | 141 | 'video-file': 1, |