aboutsummaryrefslogtreecommitdiff
path: root/docs/installation/otp_en.md
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-10-05 23:50:08 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-10-05 23:50:08 +0300
commit6c2264af24e70e8279508e0166350e8034e139e4 (patch)
tree1fce808270f82b8a7e5fe38e94b672c8bf7d8a59 /docs/installation/otp_en.md
parent094edde7c4ddf65f46e5d692a5ef5b859587d1e1 (diff)
parent4d852f3e78d6fcfe7bb2ef8b8d3a2f29359dd20c (diff)
downloadpleroma-6c2264af24e70e8279508e0166350e8034e139e4.tar.gz
Merge remote-tracking branch 'remotes/origin/develop' into ostatus-controller-no-auth-check-on-non-federating-instances
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r--docs/installation/otp_en.md2
1 files changed, 2 insertions, 0 deletions
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"