INSTALL file clarifications

This commit is contained in:
Mikael Nordfeldth 2014-03-01 13:42:10 +01:00
parent 32d88d5726
commit 1591c0458e
1 changed files with 3 additions and 2 deletions

View File

@ -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