aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-15 16:14:54 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-03-15 16:14:54 +0000
commitd84670b9e15e15797c985269664cdf081237eac4 (patch)
tree11e5238fdbbe8c444f79caaed830517d61503d79 /docs
parent67a27825b19aabb7c0521d534cbacbec78e43231 (diff)
parente87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c (diff)
downloadpleroma-d84670b9e15e15797c985269664cdf081237eac4.tar.gz
Merge branch 'f' into 'develop'
rip out fetch_initial_posts Closes #1422 and #1595 See merge request pleroma/pleroma!2297
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 05fd6ceb1..2629385da 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -151,14 +151,6 @@ config :pleroma, :mrf_user_allowlist,
* `sign_object_fetches`: Sign object fetches with HTTP signatures
* `authorized_fetch_mode`: Require HTTP signatures for AP fetches
-### :fetch_initial_posts
-
-!!! warning
- Be careful with this setting, fetching posts may lead to new users being discovered whose posts will then also be fetched. This can lead to serious load on your instance and database.
-
-* `enabled`: If enabled, when a new user is discovered by your instance, fetch some of their latest posts.
-* `pages`: The amount of pages to fetch
-
## Pleroma.ScheduledActivity
* `daily_user_limit`: the number of scheduled activities a user is allowed to create in a single day (Default: `25`)