summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-16 14:25:55 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-16 14:25:55 +0300
commitf0651730bdf018b713e21ce718719c7781398362 (patch)
tree836e0fbcbb49f0ae78635a268e30013c0e94aea7 /docs/configuration/cheatsheet.md
parent98ed0d1c4bd2db354154cc4a1d1e6530eb68f499 (diff)
parentc2527b8c63a4e35b121981efe2c39cc54c77648d (diff)
downloadpleroma-f0651730bdf018b713e21ce718719c7781398362.tar.gz
pleroma-f0651730bdf018b713e21ce718719c7781398362.zip
Merge branch 'develop' into gun
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-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 833d243e8..287ecd049 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`)