diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 12:09:20 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-09 12:09:20 -0400 |
commit | 03200235b1a1bba56c24e1bb659023ba24265eb3 (patch) | |
tree | 44f921927809cdf03b2f3c4b9ee2f89b9b226486 /lib/queuehandler.php | |
parent | 1daad01f362d72e6ed89f415546220016c32404a (diff) |
use select() to bring down xmpp latency
Diffstat (limited to 'lib/queuehandler.php')
-rw-r--r-- | lib/queuehandler.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/queuehandler.php b/lib/queuehandler.php index c0f38f4e3..c2ff10f32 100644 --- a/lib/queuehandler.php +++ b/lib/queuehandler.php @@ -115,5 +115,10 @@ class QueueHandler extends Daemon { common_log($level, $this->class_name() . ' ('. $this->get_id() .'): '.$msg); } + + function getSockets() + { + return array(); + } } |