summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-02-11 08:35:26 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-02-11 08:35:26 +0300
commit58574ef15627dbae8f12ba59fd043c70d287f794 (patch)
treee0cd96700cfe5b271336dec07570a58961b4f91d /config/description.exs
parent3830cb538bd3aaee3fc48bc97b57230a558b98cf (diff)
parent94e5ca11054567e0edc15ef3a350f02c386d3ead (diff)
downloadpleroma-58574ef15627dbae8f12ba59fd043c70d287f794.tar.gz
pleroma-58574ef15627dbae8f12ba59fd043c70d287f794.zip
Merge branch 'develop' into issue/1276
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 6b912a07e..e5bac9b3f 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -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]
}
]
},