diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.exs | 7 | ||||
-rw-r--r-- | config/description.exs | 17 |
2 files changed, 0 insertions, 24 deletions
diff --git a/config/config.exs b/config/config.exs index 2a9c8dfaa..ad6b1cb94 100644 --- a/config/config.exs +++ b/config/config.exs @@ -600,13 +600,6 @@ config :pleroma, Oban, {"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker} ] -config :pleroma, :workers, - retries: [ - federator_incoming: 5, - federator_outgoing: 5, - search_indexing: 2 - ] - config :pleroma, Pleroma.Formatter, class: false, rel: "ugc", diff --git a/config/description.exs b/config/description.exs index 2809e9130..15faecb38 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2015,23 +2015,6 @@ config :pleroma, :config_description, [ }, %{ group: :pleroma, - key: :workers, - type: :group, - description: "Includes custom worker options not interpretable directly by `Oban`", - children: [ - %{ - key: :retries, - type: {:keyword, :integer}, - description: "Max retry attempts for failed jobs, per `Oban` queue", - suggestions: [ - federator_incoming: 5, - federator_outgoing: 5 - ] - } - ] - }, - %{ - group: :pleroma, key: Pleroma.Web.Metadata, type: :group, description: "Metadata-related settings", |