diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-14 15:39:58 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-15 15:59:17 +0300 |
commit | e87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c (patch) | |
tree | 73312030559c0f706028c09f05505189d77b3d29 /docs/configuration/cheatsheet.md | |
parent | 14ebf8f1e5411337d63d6372e6229da1b2f28316 (diff) | |
download | pleroma-e87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c.tar.gz pleroma-e87a32bcd7ee7d6bb5e9b6882a8685b5ee4c180c.zip |
rip out fetch_initial_posts
Every time someone tries to use it, it goes mad and tries to scrape the
entire fediverse for no visible reason, it's better to just remove it
than continue shipping it in it's current state.
idea acked by lain and feld on irc
Closes #1595 #1422
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r-- | docs/configuration/cheatsheet.md | 8 |
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`) |