diff options
author | lain <lain@soykaf.club> | 2020-05-25 17:11:35 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-25 17:11:35 +0000 |
commit | f7cb3f4cfc7eaf6ff67e27a7d6449e23e09a501e (patch) | |
tree | 2df51b6741451c5fb6b298a9af16579ca2d9c0f0 /docs/installation/otp_en.md | |
parent | 6a85fe1f9d0bfe7aee042671a86c9e58ae2d102b (diff) | |
download | pleroma-f7cb3f4cfc7eaf6ff67e27a7d6449e23e09a501e.tar.gz pleroma-f7cb3f4cfc7eaf6ff67e27a7d6449e23e09a501e.zip |
Apply suggestion to docs/installation/otp_en.md
Diffstat (limited to 'docs/installation/otp_en.md')
-rw-r--r-- | docs/installation/otp_en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation/otp_en.md b/docs/installation/otp_en.md index b627bbb7a..6f9749ef1 100644 --- a/docs/installation/otp_en.md +++ b/docs/installation/otp_en.md @@ -63,7 +63,7 @@ apt install postgresql-11-rum ``` #### (Optional) Performance configuration -Check out our Postgresql document for a guide on optimizing Postgresql performance settings. +It is encouraged to check [Optimizing your Postgresql performance](../configuration/postgresql.md) document, for tips on PostgreSQL tuning. ```sh tab="Alpine" rc-service postgresql restart |