Merge branch '2211-smol-documentation-fix' into 'develop'

Docs: Modify docs so the postgres config is harder to get wrong.

Closes #2211

See merge request pleroma/pleroma!3055
This commit is contained in:
Haelwenn 2020-10-05 14:53:30 +00:00
commit 4b05eb9a32
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ It is encouraged to check [Optimizing your PostgreSQL performance](../configurat
If you are using PostgreSQL 12 or higher, add this to your Ecto database configuration
```elixir
#
config :pleroma, Pleroma.Repo,
prepare: :named,
parameters: [
plan_cache_mode: "force_custom_plan"