forked from AkkomaGang/akkoma
Merge branch 'docs_cheatsheet_fix' into 'develop'
fix for :fetch_initial_posts See merge request pleroma/pleroma!2266
This commit is contained in:
commit
45b08ca166
1 changed files with 3 additions and 1 deletions
|
@ -152,8 +152,10 @@ config :pleroma, :mrf_user_allowlist,
|
||||||
* `authorized_fetch_mode`: Require HTTP signatures for AP fetches
|
* `authorized_fetch_mode`: Require HTTP signatures for AP fetches
|
||||||
|
|
||||||
### :fetch_initial_posts
|
### :fetch_initial_posts
|
||||||
|
|
||||||
!!! warning
|
!!! 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.
|
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.
|
* `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
|
* `pages`: The amount of pages to fetch
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue