forked from GNUsocial/gnu-social
Revert "Let the queue handlers drain their xmpp queues"
This reverts commit fc3442a041
.
This commit is contained in:
parent
e9edf27661
commit
43e0b308fd
@ -124,8 +124,7 @@ class StompQueueManager
|
|||||||
}
|
}
|
||||||
foreach ($handsocks as $sock) {
|
foreach ($handsocks as $sock) {
|
||||||
if (in_array($sock, $read)) {
|
if (in_array($sock, $read)) {
|
||||||
// let it really handle this stuff
|
$handler->idle(QUEUE_HANDLER_HIT_IDLE);
|
||||||
$handler->idle(QUEUE_HANDLER_MISS_IDLE);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user