logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8d093a68a6b54eff232566dfd7f52e9c8682398a
parent 9e96c9ae48182d3ae1d00e9475bf0af50cad9f93
Author: lain <lain@soykaf.club>
Date:   Mon,  5 Oct 2020 13:58:12 +0200

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

Diffstat:

Mdocs/installation/otp_en.md2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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"