forked from GNUsocial/gnu-social
Fix typo in INSTALL. Thanks @postblue for reporting
This commit is contained in:
parent
c6243bceea
commit
989d6df1e8
4
INSTALL
4
INSTALL
@ -384,13 +384,13 @@ job during regular HTTP requests, like API or HTML pages calls.
|
|||||||
Since queueing system is enabled by default, notices to be broadcasted
|
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_items).
|
||||||
|
|
||||||
Each time it casn, OpportunisticQM will try to handle some of them.
|
Each time it can, OpportunisticQM will try to handle some of them.
|
||||||
|
|
||||||
This is a good solution wether you:
|
This is a good solution wether you:
|
||||||
|
|
||||||
* have no access to command line (shared hosting)
|
* have no access to command line (shared hosting)
|
||||||
* do not want to deal with long-running PHP process
|
* do not want to deal with long-running PHP process
|
||||||
* run a low trffic GnuSocial instance
|
* run a low traffic GnuSocial instance
|
||||||
|
|
||||||
In other case, you really should consider using queuedaemon.
|
In other case, you really should consider using queuedaemon.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user