summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-06-25 18:20:01 +0000
committerfox <[email protected]>2019-06-25 18:20:01 +0000
commit317fec0b783928b8d30c3fe8a64788ebe19f81dc (patch)
tree2e2b42e4252ab2a7f1489bc61b616c0080d49d19
parentfa6df724e9800afcfcbb267212957e3499e5bd92 (diff)
Update page 'FAQ'
-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.