X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=docs%2Fconfig.md;h=a558a51d9f76d8fb0f90b6564228ef61940e627d;hb=8778c16dac1789eeb6dd51524573163216200b5d;hp=20311db541a75dfc9edb53f8ccd8125550dff29a;hpb=4a5b0965a0d07d45bfc4687c80c752ec824457cc;p=akkoma diff --git a/docs/config.md b/docs/config.md index 20311db54..a558a51d9 100644 --- a/docs/config.md +++ b/docs/config.md @@ -419,13 +419,6 @@ config :pleroma_job_queue, :queues, This config contains two queues: `federator_incoming` and `federator_outgoing`. Both have the `max_jobs` set to `50`. -## Pleroma.Web.Federator.RetryQueue - -* `enabled`: If set to `true`, failed federation jobs will be retried -* `max_jobs`: The maximum amount of parallel federation jobs running at the same time. -* `initial_timeout`: The initial timeout in seconds -* `max_retries`: The maximum number of times a federation job is retried - ## Pleroma.Web.Metadata * `providers`: a list of metadata providers to enable. Providers available: * Pleroma.Web.Metadata.Providers.OpenGraph