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

This commit is contained in:
lain 2020-10-05 13:58:12 +02:00
parent 9e96c9ae48
commit 8d093a68a6
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"