Merge branch 'develop' into issue/1383
[akkoma] / config / description.exs
index 5f3c58b08dbc4bbc62f99cf351e69a0091c7f137..434fc2ef1682a5e2e0d549885e7fe78c9f9353ac 100644 (file)
@@ -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]
       }
     ]
   },