summaryrefslogtreecommitdiff
path: root/lib/queuehandler.php
diff options
context:
space:
mode:
authorevan <evan@controlezvous.ca>2008-08-30 04:35:02 -0400
committerevan <evan@controlezvous.ca>2008-08-30 04:35:02 -0400
commit55816cf24ea6e54881c54c890d3ffe751e6e65fb (patch)
tree3418bd0c14db1513d62555fc8a03910c8f9e15cb /lib/queuehandler.php
parent19147201c8cc8c91e41569203fac5c85cdfbf350 (diff)
some fixes from on the jabber server
darcs-hash:20080830083502-5b646-d6a66157d86ca84cfa6cf6280bb2eb17bc20e02d.gz
Diffstat (limited to 'lib/queuehandler.php')
-rw-r--r--lib/queuehandler.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/queuehandler.php b/lib/queuehandler.php
index a1214986a..ba7a93ab2 100644
--- a/lib/queuehandler.php
+++ b/lib/queuehandler.php
@@ -87,8 +87,8 @@ class QueueHandler {
$start = microtime();
$this->idle();
$used = microtime() - $start;
- if ($used < 3000000) {
- usleep(3000000 - $used);
+ if ($used < 1000000) {
+ usleep(1000000 - $used);
}
}
} while (true);