Lint
[akkoma] / docs / configuration / postgresql.md
index 068f133a9f2d9607fe208e1f7bb10b07d0604763..6983fb4597640964d4b2f4d051c07fee41bacf22 100644 (file)
@@ -1,6 +1,6 @@
-# Optimizing your Postgresql performance
+# Optimizing your PostgreSQL performance
 
-Pleroma performance depends to a large extent on good database performance. The default Postgresql settings are mostly fine, but often you can get better performance by changing a few settings.
+Pleroma performance depends to a large extent on good database performance. The default PostgreSQL settings are mostly fine, but often you can get better performance by changing a few settings.
 
 You can use [PGTune](https://pgtune.leopard.in.ua) to get recommendations for your setup. If you do, set the "Number of Connections" field to 20, as Pleroma will only use 10 concurrent connections anyway. If you don't, it will give you advice that might even hurt your performance.
 
@@ -8,7 +8,7 @@ We also recommend not using the "Network Storage" option.
 
 ## Example configurations
 
-Here are some configuration suggestions for Postgresql 10+.
+Here are some configuration suggestions for PostgreSQL 10+.
 
 ### 1GB RAM, 1 CPU
 ```