diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 13:39:22 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 13:39:22 -0400 |
commit | 43e0b308fdb32ed434d25b54b4a84b88d329d1bf (patch) | |
tree | 56367ea8701f50e1018e3779caf18cbb973d1330 /lib | |
parent | e9edf27661b9b30cb3974a239750ab7bc35ff7df (diff) |
Revert "Let the queue handlers drain their xmpp queues"
This reverts commit fc3442a041a43f2df29deedc0ad96fbd6ba92385.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stompqueuemanager.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php index 359f6d9d8..d13af3fa5 100644 --- a/lib/stompqueuemanager.php +++ b/lib/stompqueuemanager.php @@ -124,8 +124,7 @@ class StompQueueManager } foreach ($handsocks as $sock) { if (in_array($sock, $read)) { - // let it really handle this stuff - $handler->idle(QUEUE_HANDLER_MISS_IDLE); + $handler->idle(QUEUE_HANDLER_HIT_IDLE); break; } } |