OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing sites. Keeps latency down for other things enqueued while we work...
This commit is contained in:
@@ -87,6 +87,8 @@ class OStatusPlugin extends Plugin
|
||||
|
||||
// Outgoing from our internal PuSH hub
|
||||
$qm->connect('hubconf', 'HubConfQueueHandler');
|
||||
$qm->connect('hubprep', 'HubPrepQueueHandler');
|
||||
|
||||
$qm->connect('hubout', 'HubOutQueueHandler');
|
||||
|
||||
// Outgoing Salmon replies (when we don't need a return value)
|
||||
|
Reference in New Issue
Block a user