gnu-social/plugins/UnQueue/README.md
2021-07-16 19:44:36 +01:00

203 B

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.