]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - INSTALL
INSTALL file clarifications
[quix0rs-gnu-social.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 01957aedb2ca4d82ee8411f890986ca45c84264b..20817f300926e5f6d1d8000969a84fd3567805e2 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -382,7 +382,7 @@ This plugin is enabled by default. It tries its best to do background
 job during regular HTTP requests, like API or HTML pages calls.
 
 Since queueing system is enabled by default, notices to be broadcasted
-will be stored, by default, into DB (table queue_items).
+will be stored, by default, into DB (table queue_item).
 
 Each time it can, OpportunisticQM will try to handle some of them.
 
@@ -393,7 +393,8 @@ This is a good solution whether you:
 * run a low traffic GNU social instance
 
 In other case, you really should consider enabling the queuedaemon for
-performance reasons.
+performance reasons. Background daemons are necessary anyway if you wish
+to use the Instant Messaging features such as communicating via XMPP.
 
 ### queuedaemon