summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index 543c8a8..9626755 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -39,9 +39,9 @@ This sets your password back to default (``password``) and disables OTP.
#### What should I use - MySQL or PostgreSQL?
-tt-rss is developed with PostgreSQL in mind, MySQL support is an afterthought.
+tt-rss is developed with PostgreSQL in mind, MySQL support is an afterthought.
-While MySQL is supported some minor features may be exclusive to Postgres and you're going to see worse performance (because InnoDB is slow).
+If possible, consider using PostgreSQL for tt-rss. MySQL is supported but some minor features may be exclusive to Postgres and you're going to see worse performance (because InnoDB is slow).
#### I need an URL I can call to subscribe to feed to integrate with some third party browser extension/application.