Merge branch 'develop' into issue/1383
[akkoma] / config / description.exs
index 6b912a07e3e190ebed40b1567f53d7fa705d104e..e5bac9b3fa4f229ef5c2d62118509fd6d9c2c8a2 100644 (file)
@@ -2519,13 +2519,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]
       }
     ]
   },