diff options
author | Maxim Filippov <colixer@gmail.com> | 2019-09-10 01:23:20 +0300 |
---|---|---|
committer | Maxim Filippov <colixer@gmail.com> | 2019-09-10 01:23:20 +0300 |
commit | d1abf7a3585e4bc1ebea4f615ae2e149d5a56918 (patch) | |
tree | b76a8bacf53300bcd4816b3018311c23c51368c0 /docs/config.md | |
parent | 3542ca6702707ace070761c57350c10cd8c2a745 (diff) | |
parent | ceb2e09126a48fa341d5ff84371db49ae022bc12 (diff) | |
download | pleroma-d1abf7a3585e4bc1ebea4f615ae2e149d5a56918.tar.gz |
Merge branch 'develop' into feature/moderation-log-filters
Diffstat (limited to 'docs/config.md')
-rw-r--r-- | docs/config.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index 7a8819c91..9136532e0 100644 --- a/docs/config.md +++ b/docs/config.md @@ -690,3 +690,12 @@ Supported rate limiters: * `:relation_id_action` for actions on relation with a specific user (follow, unfollow) * `:statuses_actions` for create / delete / fav / unfav / reblog / unreblog actions on any statuses * `:status_id_action` for fav / unfav or reblog / unreblog actions on the same status by the same user + +## :web_cache_ttl + +The expiration time for the web responses cache. Values should be in milliseconds or `nil` to disable expiration. + +Available caches: + +* `:activity_pub` - activity pub routes (except question activities). Defaults to `nil` (no expiration). +* `:activity_pub_question` - activity pub routes (question activities). Defaults to `30_000` (30 seconds). |