diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-11 00:04:06 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-11 00:04:06 +0000 |
commit | 94e5ca11054567e0edc15ef3a350f02c386d3ead (patch) | |
tree | 36f42f1532c76e44d3959e368a046bff474aea3b /config/description.exs | |
parent | a7287e2e3a9291469c489a5a1df26480fdeab3a3 (diff) | |
parent | 6813c0302c2b665d337d5f5831d2df6312b6b277 (diff) | |
download | pleroma-94e5ca11054567e0edc15ef3a350f02c386d3ead.tar.gz pleroma-94e5ca11054567e0edc15ef3a350f02c386d3ead.zip |
Merge branch 'issue/1383' into 'develop'
[#1383] Switch periodic jobs from quantum to oban
See merge request pleroma/pleroma!2015
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 7 |
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] } ] }, |