summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-11-25 14:32:20 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-11-25 14:32:20 +0300
commit0e9be6bafa81b4a55546b41e8b217fbe559cd16d (patch)
tree55d65ece82b57fa52356885ed1d5a6b774d1c50a /config/description.exs
parent34cdbcbb644e14dde562c150fa8ae2881e6a899b (diff)
downloadpleroma-0e9be6bafa81b4a55546b41e8b217fbe559cd16d.tar.gz
pleroma-0e9be6bafa81b4a55546b41e8b217fbe559cd16d.zip
moved OAuth.Token.CleanWorker to Oban Periodic jobs
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/description.exs b/config/description.exs
index 70e963399..6b89d7c67 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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]
}
]
},