diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-17 14:08:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-17 14:08:13 +0200 |
commit | f27b7a750f1876632e84d594608d3d64ce974efc (patch) | |
tree | d7f973387b4ba1776cacbf06dcffef8a9428e9fe /client/src/app | |
parent | 3396e6534592865f184ee2db32a75957c42cb887 (diff) | |
download | PeerTube-f27b7a750f1876632e84d594608d3d64ce974efc.tar.gz PeerTube-f27b7a750f1876632e84d594608d3d64ce974efc.tar.zst PeerTube-f27b7a750f1876632e84d594608d3d64ce974efc.zip |
Send views in a dedicated queue
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index f7e10fd04..42f503be6 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -25,6 +25,7 @@ export class JobsComponent extends RestTable implements OnInit { | |||
25 | 25 | ||
26 | 'activitypub-follow', | 26 | 'activitypub-follow', |
27 | 'activitypub-http-broadcast', | 27 | 'activitypub-http-broadcast', |
28 | 'activitypub-http-broadcast-parallel', | ||
28 | 'activitypub-http-fetcher', | 29 | 'activitypub-http-fetcher', |
29 | 'activitypub-http-unicast', | 30 | 'activitypub-http-unicast', |
30 | 'activitypub-refresher', | 31 | 'activitypub-refresher', |