forked from GNUsocial/gnu-social
14 lines
339 B
Plaintext
14 lines
339 B
Plaintext
UnQueuePlugin wraps the UnQueueManager class which is a queue manager that does all work immediately.
|
|
|
|
Installation
|
|
============
|
|
|
|
This plugin is enabled by default and cannot be disabled unless another queue manager is in use.
|
|
Disabling is not necessary but recommended in such cases.
|
|
|
|
Example
|
|
=======
|
|
|
|
In config.php
|
|
|
|
addPlugin('UnQueue'); |