Merge branch 'develop' into issue/1383
[akkoma] / config / description.exs
index 70e963399c8de149ccba0ef97f294b02d4b45ac3..6b89d7c67d5ec470a64788ad3e7e89344a44cbb8 100644 (file)
@@ -2251,13 +2251,6 @@ config :pleroma, :config_description, [
         key: :clean_expired_tokens,
         type: :boolean,
         description: "Enable a background job to clean expired oauth tokens. Defaults to false"
-      },
-      %{
-        key: :clean_expired_tokens_interval,
-        type: :integer,
-        description:
-          "Interval to run the job to clean expired tokens. Defaults to 86_400_000 (24 hours).",
-        suggestions: [86_400_000]
       }
     ]
   },