gnu-social/plugins/DBQueue/README.md

17 lines
317 B
Markdown
Raw Normal View History

2019-08-31 23:53:01 +01:00
DBQueuePlugin wraps the DBQueueManager class which is a queue manager
that uses the database as it's backing storage.
Installation
============
2019-12-11 02:20:54 +00:00
This plugin is enabled by default and replaces other queue manager plugins, such as UnQueue.
2019-08-31 23:53:01 +01:00
addPlugin('DBQueue');
Example
=======
In config.php
2019-12-11 02:20:54 +00:00
addPlugin('DBQueue');