diff options
| author | lambda <lain@soykaf.club> | 2019-04-08 11:53:18 +0000 |
|---|---|---|
| committer | lambda <lain@soykaf.club> | 2019-04-08 11:53:18 +0000 |
| commit | 4977e96fa408e8148a355b3c759af34ae3ca312d (patch) | |
| tree | decc2cc28908a79df003ad668fb06cb74fa97159 /config | |
| parent | e19590c93f9adc5d743867b048aad9528810fc53 (diff) | |
| parent | 9abf832b034bf3867272bd178d168c641129eff0 (diff) | |
| download | pleroma-4977e96fa408e8148a355b3c759af34ae3ca312d.tar.gz pleroma-4977e96fa408e8148a355b3c759af34ae3ca312d.zip | |
Merge branch 'use-jobs-in-webpush' into 'develop'
Use PleromaJobQueue in Pleroma.Web.Push
See merge request pleroma/pleroma!1023
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index cdbce6504..3462a37f7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -367,6 +367,7 @@ config :pleroma, Pleroma.Web.Federator.RetryQueue, config :pleroma_job_queue, :queues, federator_incoming: 50, federator_outgoing: 50, + web_push: 50, mailer: 10, transmogrifier: 20, scheduled_activities: 10 |
