summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-10-05 14:53:30 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-10-05 14:53:30 +0000
commit4b05eb9a321ebdc03588f786683e83427fe31f1c (patch)
tree822497ff217f29d35b5d5b770426a700e4d95f1f
parent9e96c9ae48182d3ae1d00e9475bf0af50cad9f93 (diff)
parent8d093a68a6b54eff232566dfd7f52e9c8682398a (diff)
Merge branch '2211-smol-documentation-fix' into 'develop'
Docs: Modify docs so the postgres config is harder to get wrong. Closes #2211 See merge request pleroma/pleroma!3055
-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"