X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;fp=config%2Fdescription.exs;h=434fc2ef1682a5e2e0d549885e7fe78c9f9353ac;hb=21a2a054070c26d7be1a0e453e5f40b20fbd59f2;hp=5f3c58b08dbc4bbc62f99cf351e69a0091c7f137;hpb=e8f22451da18aeba9bcf9f9f6acf93690ccb3cba;p=akkoma diff --git a/config/description.exs b/config/description.exs index 5f3c58b08..434fc2ef1 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2515,13 +2515,6 @@ config :pleroma, :config_description, [ key: :clean_expired_tokens, type: :boolean, description: "Enable a background job to clean expired oauth tokens. Default: `false`." - }, - %{ - key: :clean_expired_tokens_interval, - type: :integer, - description: - "Interval to run the job to clean expired tokens. Default: 86_400_000 (24 hours).", - suggestions: [86_400_000] } ] },