gnu-social/plugins/UnQueue/README.md

11 lines
203 B
Markdown
Raw Permalink Normal View History

2019-12-11 02:20:54 +00:00
UnQueuePlugin wraps the UnQueueManager class which is a queue manager that does all the work immediately.
INSTALL
=======
In config.php
addPlugin('UnQueue');
Be sure to disable other queues plugins.