diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-09-07 20:57:38 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-09-10 21:51:59 +0300 |
commit | 2c2094d4b2722cf511e3db8288c3754a48038f05 (patch) | |
tree | abe83a93be7eadc15d8fb2d49279cf1656340228 /config/description.exs | |
parent | 4954667fb24ee6ab7b1bf3b676f7e88a582130cf (diff) | |
download | pleroma-2c2094d4b2722cf511e3db8288c3754a48038f05.tar.gz pleroma-2c2094d4b2722cf511e3db8288c3754a48038f05.zip |
configurable lifetime for ephemeral activities
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs index 1253944de..82c7bc6a7 100644 --- a/config/description.exs +++ b/config/description.exs @@ -2480,6 +2480,12 @@ config :pleroma, :config_description, [ key: :enabled, type: :boolean, description: "Enables expired activities addition & deletion" + }, + %{ + key: :min_lifetime, + type: :integer, + description: "Minimum lifetime for ephemeral activity (in seconds)", + suggestions: [600] } ] }, |