X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Finstallation%2Fotp_en.md;h=92584d80dff47c2c95af471143d10e6ee1e7e880;hb=ed6511a086694fc163b488d807f17d246f80ad5b;hp=f6b05c88761050df7270078ce49d34244ea89ca2;hpb=4e4f77108207157a49a627edb03951e2f15b62f1;p=akkoma 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"