From: lain Date: Mon, 5 Oct 2020 11:58:12 +0000 (+0200) Subject: Docs: Modify docs so the postgres config is harder to get wrong. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8d093a68a6b54eff232566dfd7f52e9c8682398a;p=akkoma Docs: Modify docs so the postgres config is harder to get wrong. --- diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index f6b05c887..92584d80d 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -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"