summaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-10 19:17:15 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-10 19:17:15 +0000
commit6316350918d1f55167fa384d55f385ff2c93e6bb (patch)
tree00f09310b3ea61a545906060efa7baace0b8378e /docs/configuration
parent0254696e30132f48e585154450aff87afb259e1d (diff)
parent82b56cdb9bc01dcf4dbd2ac0c06103af0900787d (diff)
downloadpleroma-6316350918d1f55167fa384d55f385ff2c93e6bb.tar.gz
pleroma-6316350918d1f55167fa384d55f385ff2c93e6bb.zip
Merge branch 'oban-overuse' into 'develop'
Expired activities as scheduled jobs in Oban See merge request pleroma/pleroma!2916
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index d0bebbd45..7cf1d1ce7 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -1091,3 +1091,10 @@ config :pleroma, :frontends,
```
This would serve the frontend from the the folder at `$instance_static/frontends/pleroma/stable`. You have to copy the frontend into this folder yourself. You can choose the name and ref any way you like, but they will be used by mix tasks to automate installation in the future, the name referring to the project and the ref referring to a commit.
+
+## Ephemeral activities (Pleroma.Workers.PurgeExpiredActivity)
+
+Settings to enable and configure expiration for ephemeral activities
+
+* `:enabled` - enables ephemeral activities creation
+* `:min_lifetime` - minimum lifetime for ephemeral activities (in seconds). Default: 10 minutes.